@spw-ds/spw-angular-library 1.4.0 → 1.4.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 +16 -16
- package/ng-package.json +7 -0
- package/package.json +9 -17
- package/src/lib/spw-design-system-directives.module.ts +8 -0
- package/src/lib/spw-design-system.module.ts +16 -0
- package/src/lib/stencil-generated/angular-component-lib/utils.ts +65 -0
- package/src/lib/stencil-generated/components.ts +2297 -0
- package/src/lib/stencil-generated/index.ts +101 -0
- package/tsconfig.lib.json +14 -0
- package/tsconfig.lib.prod.json +10 -0
- package/tsconfig.spec.json +14 -0
- package/fesm2022/spw-ds-spw-angular-library.mjs +0 -2448
- package/fesm2022/spw-ds-spw-angular-library.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/spw-design-system-directives.module.d.ts +0 -7
- package/lib/spw-design-system.module.d.ts +0 -7
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +0 -9
- package/lib/stencil-generated/components.d.ts +0 -959
- package/lib/stencil-generated/index.d.ts +0 -2
- /package/{public-api.d.ts → src/public-api.ts} +0 -0
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.SpwAccordion | typeof d.SpwAccordionContent | typeof d.SpwAccordionItem | typeof d.SpwAccordionTitle | typeof d.SpwBreadcrumb | typeof d.SpwBreadcrumbItem | typeof d.SpwButton | typeof d.SpwCard | typeof d.SpwCardContent | typeof d.SpwCardExcerpt | typeof d.SpwCardImage | typeof d.SpwCardSubtagItem | typeof d.SpwCardSubtags | typeof d.SpwCardTitle | typeof d.SpwCheckbox | typeof d.SpwCookies | typeof d.SpwCustomSelect | typeof d.SpwDatePicker | typeof d.SpwDropdown | typeof d.SpwDropdownContainer | typeof d.SpwDropdownItem | typeof d.SpwFieldLabel | typeof d.SpwFieldMessage | typeof d.SpwFileUpload | typeof d.SpwFooter | typeof d.SpwFooterBottom | typeof d.SpwFooterContent | typeof d.SpwFooterContentCol | typeof d.SpwFooterLink | typeof d.SpwGrid | typeof d.SpwGridItem | typeof d.SpwGroup | typeof d.SpwHeader | typeof d.SpwHeaderLang | typeof d.SpwHeaderLangItem | typeof d.SpwHeaderNavigation | typeof d.SpwHeaderNavigationDropdown | typeof d.SpwHeaderNavigationItem | typeof d.SpwHeaderPersona | typeof d.SpwHeaderPersonaItem | typeof d.SpwHero | typeof d.SpwIcon | typeof d.SpwIllustration | typeof d.SpwLink | typeof d.SpwList | typeof d.SpwListDescription | typeof d.SpwListItem | typeof d.SpwListTitle | typeof d.SpwLoading | typeof d.SpwMessage | typeof d.SpwModal | typeof d.SpwMosaic | typeof d.SpwMosaicItem | typeof d.SpwPagination | typeof d.SpwRadio | typeof d.SpwSearchField | typeof d.SpwSelect | typeof d.SpwSeparator | typeof d.SpwSidebar | typeof d.SpwSidebarNavigationDropdown | typeof d.SpwSidebarNavigationItem | typeof d.SpwSidebarNavigationSeparator | typeof d.SpwSkeleton | typeof d.SpwSlider | typeof d.SpwSliderItem | typeof d.SpwSocials | typeof d.SpwTable | typeof d.SpwTableBody | typeof d.SpwTableCell | typeof d.SpwTableContainer | typeof d.SpwTableFooter | typeof d.SpwTableHead | typeof d.SpwTableHeader | typeof d.SpwTableRow | typeof d.SpwTableSidebar | typeof d.SpwTabs | typeof d.SpwTabsContent | typeof d.SpwTabsNavigation | typeof d.SpwTabsNavigationItem | typeof d.SpwTag | typeof d.SpwTextField | typeof d.SpwTextarea | typeof d.SpwThemeProvider | typeof d.SpwTile | typeof d.SpwTileDescription | typeof d.SpwTileTitle | typeof d.SpwToc | typeof d.SpwTocContainer | typeof d.SpwTocNavigation | typeof d.SpwTooltip | typeof d.SpwTopbar | typeof d.SpwWizard | typeof d.SpwWizardItem)[];
|
|
File without changes
|