@getflip/swirl-components-angular 0.470.1 → 0.472.0-beta-20260406102253
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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +36 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1511 -1483
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/index.d.ts +4586 -5
- package/package.json +15 -15
- package/projects/component-library/src/lib/stencil-generated/components.ts +24 -1
- package/projects/component-library/src/lib/stencil-generated/index.ts +1 -0
- package/dist/component-library/lib/component-library.module.d.ts +0 -10
- package/dist/component-library/lib/stencil-generated/angular-component-lib/utils.d.ts +0 -9
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +0 -9
- package/dist/component-library/lib/stencil-generated/components.d.ts +0 -4543
- package/dist/component-library/lib/stencil-generated/index.d.ts +0 -2
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +0 -8
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +0 -8
- package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +0 -18
- package/dist/component-library/public-api.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.472.0-beta-20260406102253",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/getflip/swirl"
|
|
@@ -18,24 +18,24 @@
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@angular/animations": "
|
|
22
|
-
"@angular/common": "
|
|
23
|
-
"@angular/compiler": "
|
|
24
|
-
"@angular/core": "
|
|
25
|
-
"@angular/forms": "
|
|
26
|
-
"@angular/platform-browser": "
|
|
27
|
-
"@angular/platform-browser-dynamic": "
|
|
28
|
-
"@angular/router": "
|
|
29
|
-
"@getflip/swirl-components": "0.
|
|
21
|
+
"@angular/animations": "20.3.18",
|
|
22
|
+
"@angular/common": "20.3.18",
|
|
23
|
+
"@angular/compiler": "20.3.18",
|
|
24
|
+
"@angular/core": "20.3.18",
|
|
25
|
+
"@angular/forms": "20.3.18",
|
|
26
|
+
"@angular/platform-browser": "20.3.18",
|
|
27
|
+
"@angular/platform-browser-dynamic": "20.3.18",
|
|
28
|
+
"@angular/router": "20.3.18",
|
|
29
|
+
"@getflip/swirl-components": "0.472.0-beta-20260406102253",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@angular-devkit/build-angular": "
|
|
36
|
-
"@angular/cli": "
|
|
37
|
-
"@angular/compiler-cli": "
|
|
38
|
-
"ng-packagr": "
|
|
39
|
-
"typescript": "5.
|
|
35
|
+
"@angular-devkit/build-angular": "20.3.22",
|
|
36
|
+
"@angular/cli": "20.3.22",
|
|
37
|
+
"@angular/compiler-cli": "20.3.18",
|
|
38
|
+
"ng-packagr": "20.3.2",
|
|
39
|
+
"typescript": "5.9.3"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -189,7 +189,7 @@ export declare interface SwirlAppIcon extends Components.SwirlAppIcon {}
|
|
|
189
189
|
|
|
190
190
|
@ProxyCmp({
|
|
191
191
|
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
192
|
-
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'changeMobileView']
|
|
192
|
+
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'getScrollContainer', 'changeMobileView']
|
|
193
193
|
})
|
|
194
194
|
@Component({
|
|
195
195
|
selector: 'swirl-app-layout',
|
|
@@ -3264,6 +3264,29 @@ export class SwirlIconEmojiSymbols {
|
|
|
3264
3264
|
export declare interface SwirlIconEmojiSymbols extends Components.SwirlIconEmojiSymbols {}
|
|
3265
3265
|
|
|
3266
3266
|
|
|
3267
|
+
@ProxyCmp({
|
|
3268
|
+
inputs: ['color', 'size']
|
|
3269
|
+
})
|
|
3270
|
+
@Component({
|
|
3271
|
+
selector: 'swirl-icon-end-series',
|
|
3272
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3273
|
+
template: '<ng-content></ng-content>',
|
|
3274
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3275
|
+
inputs: ['color', 'size'],
|
|
3276
|
+
standalone: false
|
|
3277
|
+
})
|
|
3278
|
+
export class SwirlIconEndSeries {
|
|
3279
|
+
protected el: HTMLSwirlIconEndSeriesElement;
|
|
3280
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
|
3281
|
+
c.detach();
|
|
3282
|
+
this.el = r.nativeElement;
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
|
|
3287
|
+
export declare interface SwirlIconEndSeries extends Components.SwirlIconEndSeries {}
|
|
3288
|
+
|
|
3289
|
+
|
|
3267
3290
|
@ProxyCmp({
|
|
3268
3291
|
inputs: ['color', 'size']
|
|
3269
3292
|
})
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./stencil-generated/components";
|
|
3
|
-
import * as i2 from "./stencil-generated/boolean-value-accessor";
|
|
4
|
-
import * as i3 from "./stencil-generated/select-value-accessor";
|
|
5
|
-
import * as i4 from "./stencil-generated/text-value-accessor";
|
|
6
|
-
export declare class SwirlComponentsModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlComponentsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SwirlComponentsModule, [typeof i1.SwirlAccordion, typeof i1.SwirlAccordionItem, typeof i1.SwirlActionList, typeof i1.SwirlActionListItem, typeof i1.SwirlActionListSection, typeof i1.SwirlAppBar, typeof i1.SwirlAppIcon, typeof i1.SwirlAppLayout, typeof i1.SwirlAutocomplete, typeof i1.SwirlAvatar, typeof i1.SwirlAvatarGroup, typeof i1.SwirlBadge, typeof i1.SwirlBanner, typeof i1.SwirlBox, typeof i1.SwirlButton, typeof i1.SwirlButtonGroup, typeof i1.SwirlCard, typeof i1.SwirlCarousel, typeof i1.SwirlCarouselSlide, typeof i1.SwirlCheckbox, typeof i1.SwirlChip, typeof i1.SwirlColorInput, typeof i1.SwirlColumns, typeof i1.SwirlConsoleLayout, typeof i1.SwirlDataCell, typeof i1.SwirlDataCellStack, typeof i1.SwirlDateInput, typeof i1.SwirlDatePicker, typeof i1.SwirlDescriptionList, typeof i1.SwirlDescriptionListItem, typeof i1.SwirlDialog, typeof i1.SwirlEmoji, typeof i1.SwirlEmojiClap, typeof i1.SwirlEmojiHappy, typeof i1.SwirlEmojiIdea, typeof i1.SwirlEmojiLove, typeof i1.SwirlEmojiSad, typeof i1.SwirlEmojiThumbsUp, typeof i1.SwirlEmptyState, typeof i1.SwirlFileChip, typeof i1.SwirlFileUploader, typeof i1.SwirlFileViewer, typeof i1.SwirlFileViewerAudio, typeof i1.SwirlFileViewerCsv, typeof i1.SwirlFileViewerFallback, typeof i1.SwirlFileViewerImage, typeof i1.SwirlFileViewerPdf, typeof i1.SwirlFileViewerText, typeof i1.SwirlFileViewerVideo, typeof i1.SwirlFormControl, typeof i1.SwirlFormGroup, typeof i1.SwirlHeading, typeof i1.SwirlIcon, typeof i1.SwirlIconAdd, typeof i1.SwirlIconAddBox, typeof i1.SwirlIconAddModerator, typeof i1.SwirlIconAddPhoto, typeof i1.SwirlIconAddReaction, typeof i1.SwirlIconAdminPanelSettings, typeof i1.SwirlIconAi, typeof i1.SwirlIconAiFilled, typeof i1.SwirlIconApparel, typeof i1.SwirlIconApps, typeof i1.SwirlIconArrowBack, typeof i1.SwirlIconArrowDownward, typeof i1.SwirlIconArrowForward, typeof i1.SwirlIconArrowLeft, typeof i1.SwirlIconArrowRight, typeof i1.SwirlIconArrowRightSmall, typeof i1.SwirlIconArrowUpward, typeof i1.SwirlIconAspectRatio, typeof i1.SwirlIconAttachment, typeof i1.SwirlIconAudioFile, typeof i1.SwirlIconAutorenew, typeof i1.SwirlIconBarChart, typeof i1.SwirlIconBeachAccess, typeof i1.SwirlIconBeachAccessFilled, typeof i1.SwirlIconBlock, typeof i1.SwirlIconBookmark, typeof i1.SwirlIconBookmarkFilled, typeof i1.SwirlIconCalendarAddOnFilled, typeof i1.SwirlIconCalendarRespond, typeof i1.SwirlIconCalendarToday, typeof i1.SwirlIconCall, typeof i1.SwirlIconCallEnd, typeof i1.SwirlIconCancel, typeof i1.SwirlIconCancelFilled, typeof i1.SwirlIconCancelOutline, typeof i1.SwirlIconChatBubble, typeof i1.SwirlIconChats, typeof i1.SwirlIconChatsFilled, typeof i1.SwirlIconCheck, typeof i1.SwirlIconCheckCircle, typeof i1.SwirlIconCheckCircleFilled, typeof i1.SwirlIconCheckSmall, typeof i1.SwirlIconCheckStrong, typeof i1.SwirlIconCheckboxFilled, typeof i1.SwirlIconChevronLeft, typeof i1.SwirlIconChevronRight, typeof i1.SwirlIconClose, typeof i1.SwirlIconCloseFullscreen, typeof i1.SwirlIconCloseSmall, typeof i1.SwirlIconCloudUpload, typeof i1.SwirlIconCoPresent, typeof i1.SwirlIconColumn, typeof i1.SwirlIconComment, typeof i1.SwirlIconContractEdit, typeof i1.SwirlIconContrast, typeof i1.SwirlIconCopy, typeof i1.SwirlIconCrop, typeof i1.SwirlIconDarkMode, typeof i1.SwirlIconDateRange, typeof i1.SwirlIconDelete, typeof i1.SwirlIconDeployedCode, typeof i1.SwirlIconDescription, typeof i1.SwirlIconDesktop, typeof i1.SwirlIconDestruction, typeof i1.SwirlIconDirectory, typeof i1.SwirlIconDirectoryFilled, typeof i1.SwirlIconDiscover, typeof i1.SwirlIconDockLeft, typeof i1.SwirlIconDockLeftCollapse, typeof i1.SwirlIconDockLeftExpand, typeof i1.SwirlIconDoorOpen, typeof i1.SwirlIconDot, typeof i1.SwirlIconDoubleArrowLeft, typeof i1.SwirlIconDoubleArrowRight, typeof i1.SwirlIconDownload, typeof i1.SwirlIconDragHandle, typeof i1.SwirlIconEdit, typeof i1.SwirlIconEditNote, typeof i1.SwirlIconEmojiMood, typeof i1.SwirlIconEmojiSatisfied, typeof i1.SwirlIconEmojiSymbols, typeof i1.SwirlIconError, typeof i1.SwirlIconExpandLess, typeof i1.SwirlIconExpandMore, typeof i1.SwirlIconExperiment, typeof i1.SwirlIconFile, typeof i1.SwirlIconFileCopy, typeof i1.SwirlIconFilter, typeof i1.SwirlIconFolder, typeof i1.SwirlIconFolderShared, typeof i1.SwirlIconFormatHOne, typeof i1.SwirlIconFormatListBulleted, typeof i1.SwirlIconForward, typeof i1.SwirlIconFullscreen, typeof i1.SwirlIconFullscreenExit, typeof i1.SwirlIconGif, typeof i1.SwirlIconGroupAdd, typeof i1.SwirlIconGroupAssign, typeof i1.SwirlIconGroups, typeof i1.SwirlIconGroupsFilled, typeof i1.SwirlIconHamburgerMenu, typeof i1.SwirlIconHealthAndSafety, typeof i1.SwirlIconHelp, typeof i1.SwirlIconHelpFilled, typeof i1.SwirlIconHighlight, typeof i1.SwirlIconHistory, typeof i1.SwirlIconHome, typeof i1.SwirlIconHomeFilled, typeof i1.SwirlIconHrResting, typeof i1.SwirlIconImage, typeof i1.SwirlIconImproveText, typeof i1.SwirlIconInfo, typeof i1.SwirlIconInsertBelow, typeof i1.SwirlIconInsertChart, typeof i1.SwirlIconInsertOnTop, typeof i1.SwirlIconInventory, typeof i1.SwirlIconInventoryOff, typeof i1.SwirlIconIphone, typeof i1.SwirlIconKey, typeof i1.SwirlIconKeyboard, typeof i1.SwirlIconKeyboardHide, typeof i1.SwirlIconLanguage, typeof i1.SwirlIconLightMode, typeof i1.SwirlIconLike, typeof i1.SwirlIconLink, typeof i1.SwirlIconListAltCheck, typeof i1.SwirlIconLive, typeof i1.SwirlIconLoad, typeof i1.SwirlIconLocationOn, typeof i1.SwirlIconLock, typeof i1.SwirlIconLockOpen, typeof i1.SwirlIconLockPerson, typeof i1.SwirlIconLogin, typeof i1.SwirlIconLogout, typeof i1.SwirlIconLongText, typeof i1.SwirlIconMail, typeof i1.SwirlIconManageAccounts, typeof i1.SwirlIconMarkChatRead, typeof i1.SwirlIconMarkChatUnread, typeof i1.SwirlIconMention, typeof i1.SwirlIconMenu, typeof i1.SwirlIconMenuBook, typeof i1.SwirlIconMenuBookFilled, typeof i1.SwirlIconMenuFilled, typeof i1.SwirlIconMessage, typeof i1.SwirlIconMic, typeof i1.SwirlIconMicOff, typeof i1.SwirlIconMobileTheft, typeof i1.SwirlIconMoreHorizontal, typeof i1.SwirlIconMoreVertikal, typeof i1.SwirlIconNews, typeof i1.SwirlIconNewsFilled, typeof i1.SwirlIconNewsOff, typeof i1.SwirlIconNextPlan, typeof i1.SwirlIconNoteStack, typeof i1.SwirlIconNoteStackFilled, typeof i1.SwirlIconNotifications, typeof i1.SwirlIconNotificationsActive, typeof i1.SwirlIconNotificationsOff, typeof i1.SwirlIconOpenInFull, typeof i1.SwirlIconOpenInNew, typeof i1.SwirlIconPasskey, typeof i1.SwirlIconPatientList, typeof i1.SwirlIconPause, typeof i1.SwirlIconPauseCircle, typeof i1.SwirlIconPeopleAlt, typeof i1.SwirlIconPerson, typeof i1.SwirlIconPersonCheck, typeof i1.SwirlIconPersonOff, typeof i1.SwirlIconPersonRaisedHand, typeof i1.SwirlIconPhone, typeof i1.SwirlIconPhotoCamera, typeof i1.SwirlIconPictureAsPdf, typeof i1.SwirlIconPictureInPicture, typeof i1.SwirlIconPin, typeof i1.SwirlIconPinOff, typeof i1.SwirlIconPlace, typeof i1.SwirlIconPlayArrow, typeof i1.SwirlIconPoll, typeof i1.SwirlIconPostApproval, typeof i1.SwirlIconPresent, typeof i1.SwirlIconPreview, typeof i1.SwirlIconPrint, typeof i1.SwirlIconPublic, typeof i1.SwirlIconPublicOff, typeof i1.SwirlIconPublishedWithChanges, typeof i1.SwirlIconQrCodeScanner, typeof i1.SwirlIconRatioFourToThree, typeof i1.SwirlIconRatioFreeform, typeof i1.SwirlIconRatioSixteenToNine, typeof i1.SwirlIconRatioSquare, typeof i1.SwirlIconRatioThreeToFour, typeof i1.SwirlIconRatioThreeToTwo, typeof i1.SwirlIconRecieved, typeof i1.SwirlIconRefresh, typeof i1.SwirlIconRemove, typeof i1.SwirlIconRemoveCircle, typeof i1.SwirlIconRemoveModerator, typeof i1.SwirlIconRepeat, typeof i1.SwirlIconReply, typeof i1.SwirlIconReport, typeof i1.SwirlIconRoadmap, typeof i1.SwirlIconRotateLeft, typeof i1.SwirlIconRotateRight, typeof i1.SwirlIconSchool, typeof i1.SwirlIconScreenshare, typeof i1.SwirlIconScreenshareOff, typeof i1.SwirlIconSearch, typeof i1.SwirlIconSearchStrong, typeof i1.SwirlIconSection, typeof i1.SwirlIconSecure, typeof i1.SwirlIconSell, typeof i1.SwirlIconSend, typeof i1.SwirlIconSettings, typeof i1.SwirlIconShortText, typeof i1.SwirlIconSimplify, typeof i1.SwirlIconSpellcheck, typeof i1.SwirlIconStars, typeof i1.SwirlIconStickyNote, typeof i1.SwirlIconStop, typeof i1.SwirlIconStopCircle, typeof i1.SwirlIconSunny, typeof i1.SwirlIconSync, typeof i1.SwirlIconTasks, typeof i1.SwirlIconTasksFilled, typeof i1.SwirlIconTerminal, typeof i1.SwirlIconTime, typeof i1.SwirlIconTimeFilled, typeof i1.SwirlIconToday, typeof i1.SwirlIconTodayFilled, typeof i1.SwirlIconTranslate, typeof i1.SwirlIconTreeStructure, typeof i1.SwirlIconUndo, typeof i1.SwirlIconUnlockPerson, typeof i1.SwirlIconUpload, typeof i1.SwirlIconUserAdd, typeof i1.SwirlIconUserAssign, typeof i1.SwirlIconVerifiedUser, typeof i1.SwirlIconVideoCamera, typeof i1.SwirlIconVideoCameraOff, typeof i1.SwirlIconVideoLibrary, typeof i1.SwirlIconVideoPlayer, typeof i1.SwirlIconViewAgenda, typeof i1.SwirlIconVisibility, typeof i1.SwirlIconVisibilityOff, typeof i1.SwirlIconVoice, typeof i1.SwirlIconVolumeUp, typeof i1.SwirlIconWarning, typeof i1.SwirlIconWavingHand, typeof i1.SwirlIconWebAsset, typeof i1.SwirlIconWebAssetOff, typeof i1.SwirlIconWork, typeof i1.SwirlIconWorkspacePremium, typeof i1.SwirlImageGrid, typeof i1.SwirlImageGridItem, typeof i1.SwirlInlineError, typeof i1.SwirlInlineNotification, typeof i1.SwirlInlineStatus, typeof i1.SwirlLightbox, typeof i1.SwirlLink, typeof i1.SwirlList, typeof i1.SwirlMenu, typeof i1.SwirlMenuItem, typeof i1.SwirlModal, typeof i1.SwirlModalShell, typeof i1.SwirlOptionList, typeof i1.SwirlOptionListItem, typeof i1.SwirlOptionListSection, typeof i1.SwirlPagination, typeof i1.SwirlPdfReader, typeof i1.SwirlPopover, typeof i1.SwirlPopoverTrigger, typeof i1.SwirlProgressIndicator, typeof i1.SwirlRadio, typeof i1.SwirlRadioGroup, typeof i1.SwirlResourceList, typeof i1.SwirlResourceListFileItem, typeof i1.SwirlResourceListItem, typeof i1.SwirlResourceListSection, typeof i1.SwirlSearch, typeof i1.SwirlSelect, typeof i1.SwirlSeparator, typeof i1.SwirlShellLayout, typeof i1.SwirlShellNavigationItem, typeof i1.SwirlSkeletonBox, typeof i1.SwirlSkeletonText, typeof i1.SwirlSpinner, typeof i1.SwirlStack, typeof i1.SwirlStatusIndicator, typeof i1.SwirlSwitch, typeof i1.SwirlSymbol, typeof i1.SwirlSymbolAcUnit, typeof i1.SwirlSymbolAccountCircle, typeof i1.SwirlSymbolAlternateEmail, typeof i1.SwirlSymbolAndroid, typeof i1.SwirlSymbolAnnouncement, typeof i1.SwirlSymbolAutorenew, typeof i1.SwirlSymbolBackup, typeof i1.SwirlSymbolBadge, typeof i1.SwirlSymbolBarcodeReader, typeof i1.SwirlSymbolBarcodeScanner, typeof i1.SwirlSymbolBatteryHoriz, typeof i1.SwirlSymbolBeachAccess, typeof i1.SwirlSymbolBolt, typeof i1.SwirlSymbolBookmark, typeof i1.SwirlSymbolCalendar, typeof i1.SwirlSymbolCampaign, typeof i1.SwirlSymbolCardsStar, typeof i1.SwirlSymbolCloud, typeof i1.SwirlSymbolConstruction, typeof i1.SwirlSymbolContacts, typeof i1.SwirlSymbolCoronavirus, typeof i1.SwirlSymbolDesignServices, typeof i1.SwirlSymbolDesktopWindows, typeof i1.SwirlSymbolDirectionsCarFilled, typeof i1.SwirlSymbolDiversity, typeof i1.SwirlSymbolDraw, typeof i1.SwirlSymbolEditCalendar, typeof i1.SwirlSymbolEmail, typeof i1.SwirlSymbolEmergency, typeof i1.SwirlSymbolEmojiFoodBeverage, typeof i1.SwirlSymbolEngineering, typeof i1.SwirlSymbolEventMenu, typeof i1.SwirlSymbolExplore, typeof i1.SwirlSymbolExtension, typeof i1.SwirlSymbolFacebook, typeof i1.SwirlSymbolFavorite, typeof i1.SwirlSymbolFitnessCenter, typeof i1.SwirlSymbolFlag, typeof i1.SwirlSymbolFlight, typeof i1.SwirlSymbolFolder, typeof i1.SwirlSymbolGlobe, typeof i1.SwirlSymbolGroups, typeof i1.SwirlSymbolHealing, typeof i1.SwirlSymbolHealthAndSafety, typeof i1.SwirlSymbolHelp, typeof i1.SwirlSymbolHomeRepairService, typeof i1.SwirlSymbolHomeStorage, typeof i1.SwirlSymbolIdCard, typeof i1.SwirlSymbolImage, typeof i1.SwirlSymbolInfoMenu, typeof i1.SwirlSymbolInstagram, typeof i1.SwirlSymbolInventory, typeof i1.SwirlSymbolInventory2, typeof i1.SwirlSymbolIos, typeof i1.SwirlSymbolKey, typeof i1.SwirlSymbolLanguage, typeof i1.SwirlSymbolLeaderboard, typeof i1.SwirlSymbolLightbulb, typeof i1.SwirlSymbolLinkedin, typeof i1.SwirlSymbolLocalShipping, typeof i1.SwirlSymbolLocationOn, typeof i1.SwirlSymbolLoyalty, typeof i1.SwirlSymbolMap, typeof i1.SwirlSymbolMapsHomeWork, typeof i1.SwirlSymbolMenuBook, typeof i1.SwirlSymbolMop, typeof i1.SwirlSymbolNestEcoLeaf, typeof i1.SwirlSymbolNotifications, typeof i1.SwirlSymbolOpenInNew, typeof i1.SwirlSymbolOrders, typeof i1.SwirlSymbolPackage, typeof i1.SwirlSymbolPalette, typeof i1.SwirlSymbolPartlyCloudyDay, typeof i1.SwirlSymbolPedalBike, typeof i1.SwirlSymbolPercentDiscount, typeof i1.SwirlSymbolPets, typeof i1.SwirlSymbolPinterest, typeof i1.SwirlSymbolPointOfSale, typeof i1.SwirlSymbolPolicy, typeof i1.SwirlSymbolPrecisionManufacturing, typeof i1.SwirlSymbolPrint, typeof i1.SwirlSymbolPushPin, typeof i1.SwirlSymbolRecycling, typeof i1.SwirlSymbolRedeem, typeof i1.SwirlSymbolReportProblem, typeof i1.SwirlSymbolRestaurant, typeof i1.SwirlSymbolRoadmap, typeof i1.SwirlSymbolRocketLaunch, typeof i1.SwirlSymbolRoom, typeof i1.SwirlSymbolSavings, typeof i1.SwirlSymbolSchool, typeof i1.SwirlSymbolSell, typeof i1.SwirlSymbolSettingsVoice, typeof i1.SwirlSymbolShoppingBag, typeof i1.SwirlSymbolShoppingCart, typeof i1.SwirlSymbolSmartphone, typeof i1.SwirlSymbolSpa, typeof i1.SwirlSymbolSportsSoccer, typeof i1.SwirlSymbolStar, typeof i1.SwirlSymbolSupervisorAccount, typeof i1.SwirlSymbolTask, typeof i1.SwirlSymbolTasks, typeof i1.SwirlSymbolThumbsUpDown, typeof i1.SwirlSymbolTimer, typeof i1.SwirlSymbolToolsPowerDrill, typeof i1.SwirlSymbolTrain, typeof i1.SwirlSymbolTrophy, typeof i1.SwirlSymbolTwitter, typeof i1.SwirlSymbolVideo, typeof i1.SwirlSymbolWarehouse, typeof i1.SwirlSymbolWaterDrop, typeof i1.SwirlSymbolWbSunny, typeof i1.SwirlSymbolWechat, typeof i1.SwirlSymbolWeibo, typeof i1.SwirlSymbolWifi, typeof i1.SwirlSymbolWork, typeof i1.SwirlSymbolXing, typeof i1.SwirlSymbolYoutube, typeof i1.SwirlTab, typeof i1.SwirlTabBar, typeof i1.SwirlTable, typeof i1.SwirlTableCell, typeof i1.SwirlTableColumn, typeof i1.SwirlTableRow, typeof i1.SwirlTableRowGroup, typeof i1.SwirlTabs, typeof i1.SwirlTag, typeof i1.SwirlText, typeof i1.SwirlTextInput, typeof i1.SwirlThemeProvider, typeof i1.SwirlThumbnail, typeof i1.SwirlTimeInput, typeof i1.SwirlToast, typeof i1.SwirlToastProvider, typeof i1.SwirlToggleButton, typeof i1.SwirlToggleGroup, typeof i1.SwirlToolbar, typeof i1.SwirlTooltip, typeof i1.SwirlTreeNavigation, typeof i1.SwirlTreeNavigationItem, typeof i1.SwirlTreeView, typeof i1.SwirlTreeViewItem, typeof i1.SwirlVideoThumbnail, typeof i1.SwirlVisuallyHidden, typeof i2.BooleanValueAccessor, typeof i3.SelectValueAccessor, typeof i4.TextValueAccessor], never, [typeof i1.SwirlAccordion, typeof i1.SwirlAccordionItem, typeof i1.SwirlActionList, typeof i1.SwirlActionListItem, typeof i1.SwirlActionListSection, typeof i1.SwirlAppBar, typeof i1.SwirlAppIcon, typeof i1.SwirlAppLayout, typeof i1.SwirlAutocomplete, typeof i1.SwirlAvatar, typeof i1.SwirlAvatarGroup, typeof i1.SwirlBadge, typeof i1.SwirlBanner, typeof i1.SwirlBox, typeof i1.SwirlButton, typeof i1.SwirlButtonGroup, typeof i1.SwirlCard, typeof i1.SwirlCarousel, typeof i1.SwirlCarouselSlide, typeof i1.SwirlCheckbox, typeof i1.SwirlChip, typeof i1.SwirlColorInput, typeof i1.SwirlColumns, typeof i1.SwirlConsoleLayout, typeof i1.SwirlDataCell, typeof i1.SwirlDataCellStack, typeof i1.SwirlDateInput, typeof i1.SwirlDatePicker, typeof i1.SwirlDescriptionList, typeof i1.SwirlDescriptionListItem, typeof i1.SwirlDialog, typeof i1.SwirlEmoji, typeof i1.SwirlEmojiClap, typeof i1.SwirlEmojiHappy, typeof i1.SwirlEmojiIdea, typeof i1.SwirlEmojiLove, typeof i1.SwirlEmojiSad, typeof i1.SwirlEmojiThumbsUp, typeof i1.SwirlEmptyState, typeof i1.SwirlFileChip, typeof i1.SwirlFileUploader, typeof i1.SwirlFileViewer, typeof i1.SwirlFileViewerAudio, typeof i1.SwirlFileViewerCsv, typeof i1.SwirlFileViewerFallback, typeof i1.SwirlFileViewerImage, typeof i1.SwirlFileViewerPdf, typeof i1.SwirlFileViewerText, typeof i1.SwirlFileViewerVideo, typeof i1.SwirlFormControl, typeof i1.SwirlFormGroup, typeof i1.SwirlHeading, typeof i1.SwirlIcon, typeof i1.SwirlIconAdd, typeof i1.SwirlIconAddBox, typeof i1.SwirlIconAddModerator, typeof i1.SwirlIconAddPhoto, typeof i1.SwirlIconAddReaction, typeof i1.SwirlIconAdminPanelSettings, typeof i1.SwirlIconAi, typeof i1.SwirlIconAiFilled, typeof i1.SwirlIconApparel, typeof i1.SwirlIconApps, typeof i1.SwirlIconArrowBack, typeof i1.SwirlIconArrowDownward, typeof i1.SwirlIconArrowForward, typeof i1.SwirlIconArrowLeft, typeof i1.SwirlIconArrowRight, typeof i1.SwirlIconArrowRightSmall, typeof i1.SwirlIconArrowUpward, typeof i1.SwirlIconAspectRatio, typeof i1.SwirlIconAttachment, typeof i1.SwirlIconAudioFile, typeof i1.SwirlIconAutorenew, typeof i1.SwirlIconBarChart, typeof i1.SwirlIconBeachAccess, typeof i1.SwirlIconBeachAccessFilled, typeof i1.SwirlIconBlock, typeof i1.SwirlIconBookmark, typeof i1.SwirlIconBookmarkFilled, typeof i1.SwirlIconCalendarAddOnFilled, typeof i1.SwirlIconCalendarRespond, typeof i1.SwirlIconCalendarToday, typeof i1.SwirlIconCall, typeof i1.SwirlIconCallEnd, typeof i1.SwirlIconCancel, typeof i1.SwirlIconCancelFilled, typeof i1.SwirlIconCancelOutline, typeof i1.SwirlIconChatBubble, typeof i1.SwirlIconChats, typeof i1.SwirlIconChatsFilled, typeof i1.SwirlIconCheck, typeof i1.SwirlIconCheckCircle, typeof i1.SwirlIconCheckCircleFilled, typeof i1.SwirlIconCheckSmall, typeof i1.SwirlIconCheckStrong, typeof i1.SwirlIconCheckboxFilled, typeof i1.SwirlIconChevronLeft, typeof i1.SwirlIconChevronRight, typeof i1.SwirlIconClose, typeof i1.SwirlIconCloseFullscreen, typeof i1.SwirlIconCloseSmall, typeof i1.SwirlIconCloudUpload, typeof i1.SwirlIconCoPresent, typeof i1.SwirlIconColumn, typeof i1.SwirlIconComment, typeof i1.SwirlIconContractEdit, typeof i1.SwirlIconContrast, typeof i1.SwirlIconCopy, typeof i1.SwirlIconCrop, typeof i1.SwirlIconDarkMode, typeof i1.SwirlIconDateRange, typeof i1.SwirlIconDelete, typeof i1.SwirlIconDeployedCode, typeof i1.SwirlIconDescription, typeof i1.SwirlIconDesktop, typeof i1.SwirlIconDestruction, typeof i1.SwirlIconDirectory, typeof i1.SwirlIconDirectoryFilled, typeof i1.SwirlIconDiscover, typeof i1.SwirlIconDockLeft, typeof i1.SwirlIconDockLeftCollapse, typeof i1.SwirlIconDockLeftExpand, typeof i1.SwirlIconDoorOpen, typeof i1.SwirlIconDot, typeof i1.SwirlIconDoubleArrowLeft, typeof i1.SwirlIconDoubleArrowRight, typeof i1.SwirlIconDownload, typeof i1.SwirlIconDragHandle, typeof i1.SwirlIconEdit, typeof i1.SwirlIconEditNote, typeof i1.SwirlIconEmojiMood, typeof i1.SwirlIconEmojiSatisfied, typeof i1.SwirlIconEmojiSymbols, typeof i1.SwirlIconError, typeof i1.SwirlIconExpandLess, typeof i1.SwirlIconExpandMore, typeof i1.SwirlIconExperiment, typeof i1.SwirlIconFile, typeof i1.SwirlIconFileCopy, typeof i1.SwirlIconFilter, typeof i1.SwirlIconFolder, typeof i1.SwirlIconFolderShared, typeof i1.SwirlIconFormatHOne, typeof i1.SwirlIconFormatListBulleted, typeof i1.SwirlIconForward, typeof i1.SwirlIconFullscreen, typeof i1.SwirlIconFullscreenExit, typeof i1.SwirlIconGif, typeof i1.SwirlIconGroupAdd, typeof i1.SwirlIconGroupAssign, typeof i1.SwirlIconGroups, typeof i1.SwirlIconGroupsFilled, typeof i1.SwirlIconHamburgerMenu, typeof i1.SwirlIconHealthAndSafety, typeof i1.SwirlIconHelp, typeof i1.SwirlIconHelpFilled, typeof i1.SwirlIconHighlight, typeof i1.SwirlIconHistory, typeof i1.SwirlIconHome, typeof i1.SwirlIconHomeFilled, typeof i1.SwirlIconHrResting, typeof i1.SwirlIconImage, typeof i1.SwirlIconImproveText, typeof i1.SwirlIconInfo, typeof i1.SwirlIconInsertBelow, typeof i1.SwirlIconInsertChart, typeof i1.SwirlIconInsertOnTop, typeof i1.SwirlIconInventory, typeof i1.SwirlIconInventoryOff, typeof i1.SwirlIconIphone, typeof i1.SwirlIconKey, typeof i1.SwirlIconKeyboard, typeof i1.SwirlIconKeyboardHide, typeof i1.SwirlIconLanguage, typeof i1.SwirlIconLightMode, typeof i1.SwirlIconLike, typeof i1.SwirlIconLink, typeof i1.SwirlIconListAltCheck, typeof i1.SwirlIconLive, typeof i1.SwirlIconLoad, typeof i1.SwirlIconLocationOn, typeof i1.SwirlIconLock, typeof i1.SwirlIconLockOpen, typeof i1.SwirlIconLockPerson, typeof i1.SwirlIconLogin, typeof i1.SwirlIconLogout, typeof i1.SwirlIconLongText, typeof i1.SwirlIconMail, typeof i1.SwirlIconManageAccounts, typeof i1.SwirlIconMarkChatRead, typeof i1.SwirlIconMarkChatUnread, typeof i1.SwirlIconMention, typeof i1.SwirlIconMenu, typeof i1.SwirlIconMenuBook, typeof i1.SwirlIconMenuBookFilled, typeof i1.SwirlIconMenuFilled, typeof i1.SwirlIconMessage, typeof i1.SwirlIconMic, typeof i1.SwirlIconMicOff, typeof i1.SwirlIconMobileTheft, typeof i1.SwirlIconMoreHorizontal, typeof i1.SwirlIconMoreVertikal, typeof i1.SwirlIconNews, typeof i1.SwirlIconNewsFilled, typeof i1.SwirlIconNewsOff, typeof i1.SwirlIconNextPlan, typeof i1.SwirlIconNoteStack, typeof i1.SwirlIconNoteStackFilled, typeof i1.SwirlIconNotifications, typeof i1.SwirlIconNotificationsActive, typeof i1.SwirlIconNotificationsOff, typeof i1.SwirlIconOpenInFull, typeof i1.SwirlIconOpenInNew, typeof i1.SwirlIconPasskey, typeof i1.SwirlIconPatientList, typeof i1.SwirlIconPause, typeof i1.SwirlIconPauseCircle, typeof i1.SwirlIconPeopleAlt, typeof i1.SwirlIconPerson, typeof i1.SwirlIconPersonCheck, typeof i1.SwirlIconPersonOff, typeof i1.SwirlIconPersonRaisedHand, typeof i1.SwirlIconPhone, typeof i1.SwirlIconPhotoCamera, typeof i1.SwirlIconPictureAsPdf, typeof i1.SwirlIconPictureInPicture, typeof i1.SwirlIconPin, typeof i1.SwirlIconPinOff, typeof i1.SwirlIconPlace, typeof i1.SwirlIconPlayArrow, typeof i1.SwirlIconPoll, typeof i1.SwirlIconPostApproval, typeof i1.SwirlIconPresent, typeof i1.SwirlIconPreview, typeof i1.SwirlIconPrint, typeof i1.SwirlIconPublic, typeof i1.SwirlIconPublicOff, typeof i1.SwirlIconPublishedWithChanges, typeof i1.SwirlIconQrCodeScanner, typeof i1.SwirlIconRatioFourToThree, typeof i1.SwirlIconRatioFreeform, typeof i1.SwirlIconRatioSixteenToNine, typeof i1.SwirlIconRatioSquare, typeof i1.SwirlIconRatioThreeToFour, typeof i1.SwirlIconRatioThreeToTwo, typeof i1.SwirlIconRecieved, typeof i1.SwirlIconRefresh, typeof i1.SwirlIconRemove, typeof i1.SwirlIconRemoveCircle, typeof i1.SwirlIconRemoveModerator, typeof i1.SwirlIconRepeat, typeof i1.SwirlIconReply, typeof i1.SwirlIconReport, typeof i1.SwirlIconRoadmap, typeof i1.SwirlIconRotateLeft, typeof i1.SwirlIconRotateRight, typeof i1.SwirlIconSchool, typeof i1.SwirlIconScreenshare, typeof i1.SwirlIconScreenshareOff, typeof i1.SwirlIconSearch, typeof i1.SwirlIconSearchStrong, typeof i1.SwirlIconSection, typeof i1.SwirlIconSecure, typeof i1.SwirlIconSell, typeof i1.SwirlIconSend, typeof i1.SwirlIconSettings, typeof i1.SwirlIconShortText, typeof i1.SwirlIconSimplify, typeof i1.SwirlIconSpellcheck, typeof i1.SwirlIconStars, typeof i1.SwirlIconStickyNote, typeof i1.SwirlIconStop, typeof i1.SwirlIconStopCircle, typeof i1.SwirlIconSunny, typeof i1.SwirlIconSync, typeof i1.SwirlIconTasks, typeof i1.SwirlIconTasksFilled, typeof i1.SwirlIconTerminal, typeof i1.SwirlIconTime, typeof i1.SwirlIconTimeFilled, typeof i1.SwirlIconToday, typeof i1.SwirlIconTodayFilled, typeof i1.SwirlIconTranslate, typeof i1.SwirlIconTreeStructure, typeof i1.SwirlIconUndo, typeof i1.SwirlIconUnlockPerson, typeof i1.SwirlIconUpload, typeof i1.SwirlIconUserAdd, typeof i1.SwirlIconUserAssign, typeof i1.SwirlIconVerifiedUser, typeof i1.SwirlIconVideoCamera, typeof i1.SwirlIconVideoCameraOff, typeof i1.SwirlIconVideoLibrary, typeof i1.SwirlIconVideoPlayer, typeof i1.SwirlIconViewAgenda, typeof i1.SwirlIconVisibility, typeof i1.SwirlIconVisibilityOff, typeof i1.SwirlIconVoice, typeof i1.SwirlIconVolumeUp, typeof i1.SwirlIconWarning, typeof i1.SwirlIconWavingHand, typeof i1.SwirlIconWebAsset, typeof i1.SwirlIconWebAssetOff, typeof i1.SwirlIconWork, typeof i1.SwirlIconWorkspacePremium, typeof i1.SwirlImageGrid, typeof i1.SwirlImageGridItem, typeof i1.SwirlInlineError, typeof i1.SwirlInlineNotification, typeof i1.SwirlInlineStatus, typeof i1.SwirlLightbox, typeof i1.SwirlLink, typeof i1.SwirlList, typeof i1.SwirlMenu, typeof i1.SwirlMenuItem, typeof i1.SwirlModal, typeof i1.SwirlModalShell, typeof i1.SwirlOptionList, typeof i1.SwirlOptionListItem, typeof i1.SwirlOptionListSection, typeof i1.SwirlPagination, typeof i1.SwirlPdfReader, typeof i1.SwirlPopover, typeof i1.SwirlPopoverTrigger, typeof i1.SwirlProgressIndicator, typeof i1.SwirlRadio, typeof i1.SwirlRadioGroup, typeof i1.SwirlResourceList, typeof i1.SwirlResourceListFileItem, typeof i1.SwirlResourceListItem, typeof i1.SwirlResourceListSection, typeof i1.SwirlSearch, typeof i1.SwirlSelect, typeof i1.SwirlSeparator, typeof i1.SwirlShellLayout, typeof i1.SwirlShellNavigationItem, typeof i1.SwirlSkeletonBox, typeof i1.SwirlSkeletonText, typeof i1.SwirlSpinner, typeof i1.SwirlStack, typeof i1.SwirlStatusIndicator, typeof i1.SwirlSwitch, typeof i1.SwirlSymbol, typeof i1.SwirlSymbolAcUnit, typeof i1.SwirlSymbolAccountCircle, typeof i1.SwirlSymbolAlternateEmail, typeof i1.SwirlSymbolAndroid, typeof i1.SwirlSymbolAnnouncement, typeof i1.SwirlSymbolAutorenew, typeof i1.SwirlSymbolBackup, typeof i1.SwirlSymbolBadge, typeof i1.SwirlSymbolBarcodeReader, typeof i1.SwirlSymbolBarcodeScanner, typeof i1.SwirlSymbolBatteryHoriz, typeof i1.SwirlSymbolBeachAccess, typeof i1.SwirlSymbolBolt, typeof i1.SwirlSymbolBookmark, typeof i1.SwirlSymbolCalendar, typeof i1.SwirlSymbolCampaign, typeof i1.SwirlSymbolCardsStar, typeof i1.SwirlSymbolCloud, typeof i1.SwirlSymbolConstruction, typeof i1.SwirlSymbolContacts, typeof i1.SwirlSymbolCoronavirus, typeof i1.SwirlSymbolDesignServices, typeof i1.SwirlSymbolDesktopWindows, typeof i1.SwirlSymbolDirectionsCarFilled, typeof i1.SwirlSymbolDiversity, typeof i1.SwirlSymbolDraw, typeof i1.SwirlSymbolEditCalendar, typeof i1.SwirlSymbolEmail, typeof i1.SwirlSymbolEmergency, typeof i1.SwirlSymbolEmojiFoodBeverage, typeof i1.SwirlSymbolEngineering, typeof i1.SwirlSymbolEventMenu, typeof i1.SwirlSymbolExplore, typeof i1.SwirlSymbolExtension, typeof i1.SwirlSymbolFacebook, typeof i1.SwirlSymbolFavorite, typeof i1.SwirlSymbolFitnessCenter, typeof i1.SwirlSymbolFlag, typeof i1.SwirlSymbolFlight, typeof i1.SwirlSymbolFolder, typeof i1.SwirlSymbolGlobe, typeof i1.SwirlSymbolGroups, typeof i1.SwirlSymbolHealing, typeof i1.SwirlSymbolHealthAndSafety, typeof i1.SwirlSymbolHelp, typeof i1.SwirlSymbolHomeRepairService, typeof i1.SwirlSymbolHomeStorage, typeof i1.SwirlSymbolIdCard, typeof i1.SwirlSymbolImage, typeof i1.SwirlSymbolInfoMenu, typeof i1.SwirlSymbolInstagram, typeof i1.SwirlSymbolInventory, typeof i1.SwirlSymbolInventory2, typeof i1.SwirlSymbolIos, typeof i1.SwirlSymbolKey, typeof i1.SwirlSymbolLanguage, typeof i1.SwirlSymbolLeaderboard, typeof i1.SwirlSymbolLightbulb, typeof i1.SwirlSymbolLinkedin, typeof i1.SwirlSymbolLocalShipping, typeof i1.SwirlSymbolLocationOn, typeof i1.SwirlSymbolLoyalty, typeof i1.SwirlSymbolMap, typeof i1.SwirlSymbolMapsHomeWork, typeof i1.SwirlSymbolMenuBook, typeof i1.SwirlSymbolMop, typeof i1.SwirlSymbolNestEcoLeaf, typeof i1.SwirlSymbolNotifications, typeof i1.SwirlSymbolOpenInNew, typeof i1.SwirlSymbolOrders, typeof i1.SwirlSymbolPackage, typeof i1.SwirlSymbolPalette, typeof i1.SwirlSymbolPartlyCloudyDay, typeof i1.SwirlSymbolPedalBike, typeof i1.SwirlSymbolPercentDiscount, typeof i1.SwirlSymbolPets, typeof i1.SwirlSymbolPinterest, typeof i1.SwirlSymbolPointOfSale, typeof i1.SwirlSymbolPolicy, typeof i1.SwirlSymbolPrecisionManufacturing, typeof i1.SwirlSymbolPrint, typeof i1.SwirlSymbolPushPin, typeof i1.SwirlSymbolRecycling, typeof i1.SwirlSymbolRedeem, typeof i1.SwirlSymbolReportProblem, typeof i1.SwirlSymbolRestaurant, typeof i1.SwirlSymbolRoadmap, typeof i1.SwirlSymbolRocketLaunch, typeof i1.SwirlSymbolRoom, typeof i1.SwirlSymbolSavings, typeof i1.SwirlSymbolSchool, typeof i1.SwirlSymbolSell, typeof i1.SwirlSymbolSettingsVoice, typeof i1.SwirlSymbolShoppingBag, typeof i1.SwirlSymbolShoppingCart, typeof i1.SwirlSymbolSmartphone, typeof i1.SwirlSymbolSpa, typeof i1.SwirlSymbolSportsSoccer, typeof i1.SwirlSymbolStar, typeof i1.SwirlSymbolSupervisorAccount, typeof i1.SwirlSymbolTask, typeof i1.SwirlSymbolTasks, typeof i1.SwirlSymbolThumbsUpDown, typeof i1.SwirlSymbolTimer, typeof i1.SwirlSymbolToolsPowerDrill, typeof i1.SwirlSymbolTrain, typeof i1.SwirlSymbolTrophy, typeof i1.SwirlSymbolTwitter, typeof i1.SwirlSymbolVideo, typeof i1.SwirlSymbolWarehouse, typeof i1.SwirlSymbolWaterDrop, typeof i1.SwirlSymbolWbSunny, typeof i1.SwirlSymbolWechat, typeof i1.SwirlSymbolWeibo, typeof i1.SwirlSymbolWifi, typeof i1.SwirlSymbolWork, typeof i1.SwirlSymbolXing, typeof i1.SwirlSymbolYoutube, typeof i1.SwirlTab, typeof i1.SwirlTabBar, typeof i1.SwirlTable, typeof i1.SwirlTableCell, typeof i1.SwirlTableColumn, typeof i1.SwirlTableRow, typeof i1.SwirlTableRowGroup, typeof i1.SwirlTabs, typeof i1.SwirlTag, typeof i1.SwirlText, typeof i1.SwirlTextInput, typeof i1.SwirlThemeProvider, typeof i1.SwirlThumbnail, typeof i1.SwirlTimeInput, typeof i1.SwirlToast, typeof i1.SwirlToastProvider, typeof i1.SwirlToggleButton, typeof i1.SwirlToggleGroup, typeof i1.SwirlToolbar, typeof i1.SwirlTooltip, typeof i1.SwirlTreeNavigation, typeof i1.SwirlTreeNavigationItem, typeof i1.SwirlTreeView, typeof i1.SwirlTreeViewItem, typeof i1.SwirlVideoThumbnail, typeof i1.SwirlVisuallyHidden, typeof i2.BooleanValueAccessor, typeof i3.SelectValueAccessor, typeof i4.TextValueAccessor]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SwirlComponentsModule>;
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare const proxyInputs: (Cmp: any, inputs: string[]) => void;
|
|
2
|
-
export declare const proxyMethods: (Cmp: any, methods: string[]) => void;
|
|
3
|
-
export declare const proxyOutputs: (instance: any, el: any, events: string[]) => void;
|
|
4
|
-
export declare const defineCustomElement: (tagName: string, customElement: any) => void;
|
|
5
|
-
export declare function ProxyCmp(opts: {
|
|
6
|
-
defineCustomElementFn?: () => void;
|
|
7
|
-
inputs?: any;
|
|
8
|
-
methods?: any;
|
|
9
|
-
}): (cls: any) => any;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { ValueAccessor } from './value-accessor';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BooleanValueAccessor extends ValueAccessor {
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
writeValue(value: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanValueAccessor, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanValueAccessor, "swirl-checkbox, swirl-resource-list-item, swirl-switch", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|