@designsystem-se/af-react 32.4.0 → 33.0.0
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/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@designsystem-se/af-react",
|
|
3
3
|
"author": "Arbetsförmedlingen",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "33.0.0",
|
|
5
5
|
"description": "React Components for Digi Designsystem",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"sideEffect": false,
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@designsystem-se/af": "
|
|
9
|
+
"@designsystem-se/af": "33.0.0",
|
|
10
10
|
"react": "^19.0.0 || ^18.0.0 || ^17.0.0",
|
|
11
11
|
"react-dom": "^19.0.0 || ^18.0.0 || ^17.0.0"
|
|
12
12
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file was automatically generated by the Stencil React Output Target.
|
|
3
3
|
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
4
|
*/
|
|
5
|
-
import { type ContextMenuEventItem, type DigiButtonCustomEvent, type DigiCalendarDatepickerCustomEvent, type DigiContextMenuCustomEvent, type DigiDialogCustomEvent, type DigiExpandableAccordionCustomEvent, type DigiExpandableFaqItemCustomEvent, type DigiFormFilterCustomEvent, type DigiLinkButtonCustomEvent, type DigiLinkCustomEvent, type DigiLinkExternalCustomEvent, type DigiLinkInternalCustomEvent, type
|
|
5
|
+
import { type ContextMenuEventItem, type DigiButtonCustomEvent, type DigiCalendarDatepickerCustomEvent, type DigiContextMenuCustomEvent, type DigiDialogCustomEvent, type DigiExpandableAccordionCustomEvent, type DigiExpandableFaqItemCustomEvent, type DigiFormFilterCustomEvent, type DigiLinkButtonCustomEvent, type DigiLinkCustomEvent, type DigiLinkExternalCustomEvent, type DigiLinkInternalCustomEvent, type DigiNotificationAlertCustomEvent, type DigiProgressListItemCustomEvent, type DigiTablistCustomEvent, type DigiUtilDetectClickOutsideCustomEvent, type DigiUtilDetectFocusOutsideCustomEvent, type DigiUtilKeydownHandlerCustomEvent, type DigiUtilKeyupHandlerCustomEvent, type DigiUtilResizeObserverCustomEvent, type FilterChange, type FormFilterState, type TabItem } from "@designsystem-se/af";
|
|
6
6
|
import { DigiBadgeNotification as DigiBadgeNotificationElement } from "@designsystem-se/af/components/digi-badge-notification.js";
|
|
7
7
|
import { DigiBadgeStatus as DigiBadgeStatusElement } from "@designsystem-se/af/components/digi-badge-status.js";
|
|
8
8
|
import { DigiBarChart as DigiBarChartElement } from "@designsystem-se/af/components/digi-bar-chart.js";
|
|
@@ -255,7 +255,6 @@ import { DigiMediaImage as DigiMediaImageElement } from "@designsystem-se/af/com
|
|
|
255
255
|
import { DigiNavigationBreadcrumbs as DigiNavigationBreadcrumbsElement } from "@designsystem-se/af/components/digi-navigation-breadcrumbs.js";
|
|
256
256
|
import { DigiNavigationContextMenuItem as DigiNavigationContextMenuItemElement } from "@designsystem-se/af/components/digi-navigation-context-menu-item.js";
|
|
257
257
|
import { DigiNavigationContextMenu as DigiNavigationContextMenuElement } from "@designsystem-se/af/components/digi-navigation-context-menu.js";
|
|
258
|
-
import { DigiNavigationDropdown as DigiNavigationDropdownElement } from "@designsystem-se/af/components/digi-navigation-dropdown.js";
|
|
259
258
|
import { DigiNavigationPagination as DigiNavigationPaginationElement } from "@designsystem-se/af/components/digi-navigation-pagination.js";
|
|
260
259
|
import { DigiNavigationSidebarButton as DigiNavigationSidebarButtonElement } from "@designsystem-se/af/components/digi-navigation-sidebar-button.js";
|
|
261
260
|
import { DigiNavigationSidebar as DigiNavigationSidebarElement } from "@designsystem-se/af/components/digi-navigation-sidebar.js";
|
|
@@ -268,8 +267,6 @@ import { DigiProgressIndicator as DigiProgressIndicatorElement } from "@designsy
|
|
|
268
267
|
import { DigiProgressListItem as DigiProgressListItemElement } from "@designsystem-se/af/components/digi-progress-list-item.js";
|
|
269
268
|
import { DigiProgressList as DigiProgressListElement } from "@designsystem-se/af/components/digi-progress-list.js";
|
|
270
269
|
import { DigiProgressbar as DigiProgressbarElement } from "@designsystem-se/af/components/digi-progressbar.js";
|
|
271
|
-
import { DigiQuoteMultiContainer as DigiQuoteMultiContainerElement } from "@designsystem-se/af/components/digi-quote-multi-container.js";
|
|
272
|
-
import { DigiQuoteSingle as DigiQuoteSingleElement } from "@designsystem-se/af/components/digi-quote-single.js";
|
|
273
270
|
import { DigiQuote as DigiQuoteElement } from "@designsystem-se/af/components/digi-quote.js";
|
|
274
271
|
import { DigiTable as DigiTableElement } from "@designsystem-se/af/components/digi-table.js";
|
|
275
272
|
import { DigiTablistPanel as DigiTablistPanelElement } from "@designsystem-se/af/components/digi-tablist-panel.js";
|
|
@@ -952,13 +949,6 @@ export type DigiNavigationContextMenuEvents = {
|
|
|
952
949
|
export declare const DigiNavigationContextMenu: StencilReactComponent<DigiNavigationContextMenuElement, DigiNavigationContextMenuEvents>;
|
|
953
950
|
export type DigiNavigationContextMenuItemEvents = NonNullable<unknown>;
|
|
954
951
|
export declare const DigiNavigationContextMenuItem: StencilReactComponent<DigiNavigationContextMenuItemElement, DigiNavigationContextMenuItemEvents>;
|
|
955
|
-
export type DigiNavigationDropdownEvents = {
|
|
956
|
-
onAfChangeItem: EventName<DigiNavigationDropdownCustomEvent<DropdownEventItem>>;
|
|
957
|
-
onAfFocusItem: EventName<DigiNavigationDropdownCustomEvent<DropdownEventItem>>;
|
|
958
|
-
onAfChangeVisibility: EventName<CustomEvent<boolean>>;
|
|
959
|
-
onAfRef: EventName<DigiNavigationDropdownCustomEvent<DropdownAfRefEvent>>;
|
|
960
|
-
};
|
|
961
|
-
export declare const DigiNavigationDropdown: StencilReactComponent<DigiNavigationDropdownElement, DigiNavigationDropdownEvents>;
|
|
962
952
|
export type DigiNavigationPaginationEvents = {
|
|
963
953
|
onAfOnPageChange: EventName<CustomEvent<number>>;
|
|
964
954
|
onAfOnReady: EventName<CustomEvent<any>>;
|
|
@@ -1007,10 +997,6 @@ export type DigiProgressbarEvents = NonNullable<unknown>;
|
|
|
1007
997
|
export declare const DigiProgressbar: StencilReactComponent<DigiProgressbarElement, DigiProgressbarEvents>;
|
|
1008
998
|
export type DigiQuoteEvents = NonNullable<unknown>;
|
|
1009
999
|
export declare const DigiQuote: StencilReactComponent<DigiQuoteElement, DigiQuoteEvents>;
|
|
1010
|
-
export type DigiQuoteMultiContainerEvents = NonNullable<unknown>;
|
|
1011
|
-
export declare const DigiQuoteMultiContainer: StencilReactComponent<DigiQuoteMultiContainerElement, DigiQuoteMultiContainerEvents>;
|
|
1012
|
-
export type DigiQuoteSingleEvents = NonNullable<unknown>;
|
|
1013
|
-
export declare const DigiQuoteSingle: StencilReactComponent<DigiQuoteSingleElement, DigiQuoteSingleEvents>;
|
|
1014
1000
|
export type DigiTableEvents = NonNullable<unknown>;
|
|
1015
1001
|
export declare const DigiTable: StencilReactComponent<DigiTableElement, DigiTableEvents>;
|
|
1016
1002
|
export type DigiTablistEvents = {
|
|
@@ -251,7 +251,6 @@ import { DigiMediaImage as DigiMediaImageElement, defineCustomElement as defineD
|
|
|
251
251
|
import { DigiNavigationBreadcrumbs as DigiNavigationBreadcrumbsElement, defineCustomElement as defineDigiNavigationBreadcrumbs } from "@designsystem-se/af/components/digi-navigation-breadcrumbs.js";
|
|
252
252
|
import { DigiNavigationContextMenuItem as DigiNavigationContextMenuItemElement, defineCustomElement as defineDigiNavigationContextMenuItem } from "@designsystem-se/af/components/digi-navigation-context-menu-item.js";
|
|
253
253
|
import { DigiNavigationContextMenu as DigiNavigationContextMenuElement, defineCustomElement as defineDigiNavigationContextMenu } from "@designsystem-se/af/components/digi-navigation-context-menu.js";
|
|
254
|
-
import { DigiNavigationDropdown as DigiNavigationDropdownElement, defineCustomElement as defineDigiNavigationDropdown } from "@designsystem-se/af/components/digi-navigation-dropdown.js";
|
|
255
254
|
import { DigiNavigationPagination as DigiNavigationPaginationElement, defineCustomElement as defineDigiNavigationPagination } from "@designsystem-se/af/components/digi-navigation-pagination.js";
|
|
256
255
|
import { DigiNavigationSidebarButton as DigiNavigationSidebarButtonElement, defineCustomElement as defineDigiNavigationSidebarButton } from "@designsystem-se/af/components/digi-navigation-sidebar-button.js";
|
|
257
256
|
import { DigiNavigationSidebar as DigiNavigationSidebarElement, defineCustomElement as defineDigiNavigationSidebar } from "@designsystem-se/af/components/digi-navigation-sidebar.js";
|
|
@@ -264,8 +263,6 @@ import { DigiProgressIndicator as DigiProgressIndicatorElement, defineCustomElem
|
|
|
264
263
|
import { DigiProgressListItem as DigiProgressListItemElement, defineCustomElement as defineDigiProgressListItem } from "@designsystem-se/af/components/digi-progress-list-item.js";
|
|
265
264
|
import { DigiProgressList as DigiProgressListElement, defineCustomElement as defineDigiProgressList } from "@designsystem-se/af/components/digi-progress-list.js";
|
|
266
265
|
import { DigiProgressbar as DigiProgressbarElement, defineCustomElement as defineDigiProgressbar } from "@designsystem-se/af/components/digi-progressbar.js";
|
|
267
|
-
import { DigiQuoteMultiContainer as DigiQuoteMultiContainerElement, defineCustomElement as defineDigiQuoteMultiContainer } from "@designsystem-se/af/components/digi-quote-multi-container.js";
|
|
268
|
-
import { DigiQuoteSingle as DigiQuoteSingleElement, defineCustomElement as defineDigiQuoteSingle } from "@designsystem-se/af/components/digi-quote-single.js";
|
|
269
266
|
import { DigiQuote as DigiQuoteElement, defineCustomElement as defineDigiQuote } from "@designsystem-se/af/components/digi-quote.js";
|
|
270
267
|
import { DigiTable as DigiTableElement, defineCustomElement as defineDigiTable } from "@designsystem-se/af/components/digi-table.js";
|
|
271
268
|
import { DigiTablistPanel as DigiTablistPanelElement, defineCustomElement as defineDigiTablistPanel } from "@designsystem-se/af/components/digi-tablist-panel.js";
|
|
@@ -2427,19 +2424,6 @@ export const DigiNavigationContextMenuItem = /*@__PURE__*/ createComponent({
|
|
|
2427
2424
|
events: {},
|
|
2428
2425
|
defineCustomElement: defineDigiNavigationContextMenuItem
|
|
2429
2426
|
});
|
|
2430
|
-
export const DigiNavigationDropdown = /*@__PURE__*/ createComponent({
|
|
2431
|
-
tagName: 'digi-navigation-dropdown',
|
|
2432
|
-
elementClass: DigiNavigationDropdownElement,
|
|
2433
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
2434
|
-
react: React,
|
|
2435
|
-
events: {
|
|
2436
|
-
onAfChangeItem: 'afChangeItem',
|
|
2437
|
-
onAfFocusItem: 'afFocusItem',
|
|
2438
|
-
onAfChangeVisibility: 'afChangeVisibility',
|
|
2439
|
-
onAfRef: 'afRef'
|
|
2440
|
-
},
|
|
2441
|
-
defineCustomElement: defineDigiNavigationDropdown
|
|
2442
|
-
});
|
|
2443
2427
|
export const DigiNavigationPagination = /*@__PURE__*/ createComponent({
|
|
2444
2428
|
tagName: 'digi-navigation-pagination',
|
|
2445
2429
|
elementClass: DigiNavigationPaginationElement,
|
|
@@ -2556,22 +2540,6 @@ export const DigiQuote = /*@__PURE__*/ createComponent({
|
|
|
2556
2540
|
events: {},
|
|
2557
2541
|
defineCustomElement: defineDigiQuote
|
|
2558
2542
|
});
|
|
2559
|
-
export const DigiQuoteMultiContainer = /*@__PURE__*/ createComponent({
|
|
2560
|
-
tagName: 'digi-quote-multi-container',
|
|
2561
|
-
elementClass: DigiQuoteMultiContainerElement,
|
|
2562
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
2563
|
-
react: React,
|
|
2564
|
-
events: {},
|
|
2565
|
-
defineCustomElement: defineDigiQuoteMultiContainer
|
|
2566
|
-
});
|
|
2567
|
-
export const DigiQuoteSingle = /*@__PURE__*/ createComponent({
|
|
2568
|
-
tagName: 'digi-quote-single',
|
|
2569
|
-
elementClass: DigiQuoteSingleElement,
|
|
2570
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
2571
|
-
react: React,
|
|
2572
|
-
events: {},
|
|
2573
|
-
defineCustomElement: defineDigiQuoteSingle
|
|
2574
|
-
});
|
|
2575
2543
|
export const DigiTable = /*@__PURE__*/ createComponent({
|
|
2576
2544
|
tagName: 'digi-table',
|
|
2577
2545
|
elementClass: DigiTableElement,
|