@maggioli-design-system/magma-angular 1.0.0-beta.9 → 2.0.0-alpha.1
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/README.md +9 -0
- package/esm2022/lib/magma.module.mjs +5 -5
- package/esm2022/stencil-generated/components.mjs +1328 -452
- package/esm2022/stencil-generated/index.mjs +21 -2
- package/fesm2022/maggioli-design-system-magma-angular.mjs +1331 -455
- package/fesm2022/maggioli-design-system-magma-angular.mjs.map +1 -1
- package/lib/magma.module.d.ts +1 -1
- package/package.json +7 -2
- package/stencil-generated/components.d.ts +385 -78
- package/stencil-generated/index.d.ts +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.MdsAccordion | typeof d.MdsAccordionItem | typeof d.MdsAccordionTimer | typeof d.MdsAccordionTimerItem | typeof d.MdsAuthor | typeof d.MdsAvatar | typeof d.MdsBadge | typeof d.MdsBanner | typeof d.MdsBenchmarkBar | typeof d.MdsBibliography | typeof d.MdsBreadcrumb | typeof d.MdsBreadcrumbItem | typeof d.MdsButton | typeof d.MdsCard | typeof d.MdsCardContent | typeof d.MdsCardFooter | typeof d.MdsCardHeader | typeof d.MdsCardMedia | typeof d.MdsChip | typeof d.MdsDetails | typeof d.MdsDropdown | typeof d.MdsEntity | typeof d.MdsFile | typeof d.MdsFilePreview | typeof d.MdsFilter | typeof d.MdsFilterItem | typeof d.MdsHeader | typeof d.MdsHeaderBar | typeof d.MdsHelp | typeof d.MdsHorizontalScroll | typeof d.MdsHr | typeof d.MdsIcon | typeof d.MdsImg | typeof d.MdsInput | typeof d.MdsInputField | typeof d.MdsInputRange | typeof d.MdsInputSelect | typeof d.MdsInputSwitch | typeof d.MdsInputTip | typeof d.MdsInputTipItem | typeof d.MdsInputUpload | typeof d.MdsKeyboard | typeof d.MdsKeyboardKey | typeof d.MdsKpi | typeof d.MdsKpiItem | typeof d.MdsLabel | typeof d.MdsList | typeof d.MdsListItem | typeof d.MdsModal | typeof d.MdsNote | typeof d.MdsNotification | typeof d.MdsPaginator | typeof d.MdsPaginatorItem | typeof d.MdsPref | typeof d.MdsPrefAnimation | typeof d.MdsPrefConsumption | typeof d.MdsPrefContrast | typeof d.MdsPrefLanguage | typeof d.MdsPrefLanguageItem | typeof d.MdsPrefTheme | typeof d.MdsPriceTable | typeof d.MdsPriceTableFeatures | typeof d.MdsPriceTableFeaturesCell | typeof d.MdsPriceTableFeaturesRow | typeof d.MdsPriceTableHeader | typeof d.MdsPriceTableList | typeof d.MdsPriceTableListItem | typeof d.MdsProgress | typeof d.MdsPushNotification | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.MdsAccordion | typeof d.MdsAccordionItem | typeof d.MdsAccordionTimer | typeof d.MdsAccordionTimerItem | typeof d.MdsAuthor | typeof d.MdsAvatar | typeof d.MdsAvatarStack | typeof d.MdsAvatarStackItem | typeof d.MdsBadge | typeof d.MdsBanner | typeof d.MdsBenchmarkBar | typeof d.MdsBibliography | typeof d.MdsBreadcrumb | typeof d.MdsBreadcrumbItem | typeof d.MdsButton | typeof d.MdsButtonDropdown | typeof d.MdsButtonGroup | typeof d.MdsCalendar | typeof d.MdsCalendarCell | typeof d.MdsCard | typeof d.MdsCardContent | typeof d.MdsCardFooter | typeof d.MdsCardHeader | typeof d.MdsCardMedia | typeof d.MdsChip | typeof d.MdsDetails | typeof d.MdsDropdown | typeof d.MdsEmoji | typeof d.MdsEntity | typeof d.MdsFile | typeof d.MdsFilePreview | typeof d.MdsFilter | typeof d.MdsFilterItem | typeof d.MdsHeader | typeof d.MdsHeaderBar | typeof d.MdsHelp | typeof d.MdsHorizontalScroll | typeof d.MdsHr | typeof d.MdsIcon | typeof d.MdsImg | typeof d.MdsInput | typeof d.MdsInputDate | typeof d.MdsInputDateRange | typeof d.MdsInputDateRangePreselection | typeof d.MdsInputField | typeof d.MdsInputOtp | typeof d.MdsInputRange | typeof d.MdsInputSelect | typeof d.MdsInputSwitch | typeof d.MdsInputTip | typeof d.MdsInputTipItem | typeof d.MdsInputUpload | typeof d.MdsKeyboard | typeof d.MdsKeyboardKey | typeof d.MdsKpi | typeof d.MdsKpiItem | typeof d.MdsLabel | typeof d.MdsList | typeof d.MdsListItem | typeof d.MdsMention | typeof d.MdsModal | typeof d.MdsNote | typeof d.MdsNotification | typeof d.MdsPaginator | typeof d.MdsPaginatorItem | typeof d.MdsPolicyAi | typeof d.MdsPref | typeof d.MdsPrefAnimation | typeof d.MdsPrefConsumption | typeof d.MdsPrefContrast | typeof d.MdsPrefLanguage | typeof d.MdsPrefLanguageItem | typeof d.MdsPrefTheme | typeof d.MdsPrefThemeVariant | typeof d.MdsPrefThemeVariantItem | typeof d.MdsPriceTable | typeof d.MdsPriceTableFeatures | typeof d.MdsPriceTableFeaturesCell | typeof d.MdsPriceTableFeaturesRow | typeof d.MdsPriceTableHeader | typeof d.MdsPriceTableList | typeof d.MdsPriceTableListItem | typeof d.MdsProgress | typeof d.MdsPushNotification | typeof d.MdsPushNotificationItem | typeof d.MdsQuote | typeof d.MdsRadialMenu | typeof d.MdsRadialMenuItem | typeof d.MdsRadialProgress | typeof d.MdsSeparator | typeof d.MdsSpinner | typeof d.MdsStatusBar | typeof d.MdsStepperBar | typeof d.MdsStepperBarItem | typeof d.MdsTab | typeof d.MdsTabBar | typeof d.MdsTabBarItem | typeof d.MdsTabItem | typeof d.MdsTable | typeof d.MdsTableBody | typeof d.MdsTableCell | typeof d.MdsTableFooter | typeof d.MdsTableHeader | typeof d.MdsTableHeaderCell | typeof d.MdsTableRow | typeof d.MdsText | typeof d.MdsToast | typeof d.MdsTooltip | typeof d.MdsTree | typeof d.MdsTreeItem | typeof d.MdsUrlView | typeof d.MdsUsage | typeof d.MdsVideoWall | typeof d.MdsZero)[];
|