@getflip/swirl-components-angular 0.0.0-beta-20260114160010
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 +24 -0
- package/CHANGELOG.md +10424 -0
- package/README.md +4 -0
- package/angular.json +38 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +13567 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -0
- package/dist/component-library/index.d.ts +5 -0
- package/dist/component-library/lib/component-library.module.d.ts +10 -0
- package/dist/component-library/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/components.d.ts +4402 -0
- package/dist/component-library/lib/stencil-generated/index.d.ts +2 -0
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +8 -0
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +8 -0
- package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +18 -0
- package/dist/component-library/public-api.d.ts +5 -0
- package/package.json +37 -0
- package/projects/component-library/ng-package.json +7 -0
- package/projects/component-library/package.json +11 -0
- package/projects/component-library/src/lib/component-library.module.ts +23 -0
- package/projects/component-library/src/lib/stencil-generated/angular-component-lib/utils.ts +65 -0
- package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +28 -0
- package/projects/component-library/src/lib/stencil-generated/components.ts +11287 -0
- package/projects/component-library/src/lib/stencil-generated/index.ts +478 -0
- package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +25 -0
- package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +25 -0
- package/projects/component-library/src/lib/stencil-generated/value-accessor.ts +39 -0
- package/projects/component-library/src/public-api.ts +9 -0
- package/projects/component-library/tsconfig.lib.json +12 -0
- package/projects/component-library/tsconfig.lib.prod.json +10 -0
- package/projects/component-library/tsconfig.spec.json +10 -0
- package/tsconfig.json +33 -0
|
@@ -0,0 +1,478 @@
|
|
|
1
|
+
|
|
2
|
+
import * as d from './components';
|
|
3
|
+
|
|
4
|
+
export const DIRECTIVES = [
|
|
5
|
+
d.FileManager,
|
|
6
|
+
d.SwirlAccordion,
|
|
7
|
+
d.SwirlAccordionItem,
|
|
8
|
+
d.SwirlActionList,
|
|
9
|
+
d.SwirlActionListItem,
|
|
10
|
+
d.SwirlActionListSection,
|
|
11
|
+
d.SwirlAppBar,
|
|
12
|
+
d.SwirlAppIcon,
|
|
13
|
+
d.SwirlAppLayout,
|
|
14
|
+
d.SwirlAutocomplete,
|
|
15
|
+
d.SwirlAvatar,
|
|
16
|
+
d.SwirlAvatarGroup,
|
|
17
|
+
d.SwirlBadge,
|
|
18
|
+
d.SwirlBanner,
|
|
19
|
+
d.SwirlBox,
|
|
20
|
+
d.SwirlButton,
|
|
21
|
+
d.SwirlButtonGroup,
|
|
22
|
+
d.SwirlCard,
|
|
23
|
+
d.SwirlCarousel,
|
|
24
|
+
d.SwirlCarouselSlide,
|
|
25
|
+
d.SwirlCheckbox,
|
|
26
|
+
d.SwirlChip,
|
|
27
|
+
d.SwirlColorInput,
|
|
28
|
+
d.SwirlColumns,
|
|
29
|
+
d.SwirlConsoleLayout,
|
|
30
|
+
d.SwirlDataCell,
|
|
31
|
+
d.SwirlDataCellStack,
|
|
32
|
+
d.SwirlDateInput,
|
|
33
|
+
d.SwirlDatePicker,
|
|
34
|
+
d.SwirlDescriptionList,
|
|
35
|
+
d.SwirlDescriptionListItem,
|
|
36
|
+
d.SwirlDialog,
|
|
37
|
+
d.SwirlEmoji,
|
|
38
|
+
d.SwirlEmojiClap,
|
|
39
|
+
d.SwirlEmojiHappy,
|
|
40
|
+
d.SwirlEmojiIdea,
|
|
41
|
+
d.SwirlEmojiLove,
|
|
42
|
+
d.SwirlEmojiSad,
|
|
43
|
+
d.SwirlEmojiThumbsUp,
|
|
44
|
+
d.SwirlEmptyState,
|
|
45
|
+
d.SwirlFileChip,
|
|
46
|
+
d.SwirlFileUploader,
|
|
47
|
+
d.SwirlFileViewer,
|
|
48
|
+
d.SwirlFileViewerAudio,
|
|
49
|
+
d.SwirlFileViewerCsv,
|
|
50
|
+
d.SwirlFileViewerFallback,
|
|
51
|
+
d.SwirlFileViewerImage,
|
|
52
|
+
d.SwirlFileViewerPdf,
|
|
53
|
+
d.SwirlFileViewerText,
|
|
54
|
+
d.SwirlFileViewerVideo,
|
|
55
|
+
d.SwirlFormControl,
|
|
56
|
+
d.SwirlFormGroup,
|
|
57
|
+
d.SwirlHeading,
|
|
58
|
+
d.SwirlIcon,
|
|
59
|
+
d.SwirlIconAdd,
|
|
60
|
+
d.SwirlIconAddModerator,
|
|
61
|
+
d.SwirlIconAddPhoto,
|
|
62
|
+
d.SwirlIconAddReaction,
|
|
63
|
+
d.SwirlIconAdminPanelSettings,
|
|
64
|
+
d.SwirlIconAi,
|
|
65
|
+
d.SwirlIconAiFilled,
|
|
66
|
+
d.SwirlIconApps,
|
|
67
|
+
d.SwirlIconArrowBack,
|
|
68
|
+
d.SwirlIconArrowDownward,
|
|
69
|
+
d.SwirlIconArrowForward,
|
|
70
|
+
d.SwirlIconArrowLeft,
|
|
71
|
+
d.SwirlIconArrowRight,
|
|
72
|
+
d.SwirlIconArrowRightSmall,
|
|
73
|
+
d.SwirlIconArrowUpward,
|
|
74
|
+
d.SwirlIconAspectRatio,
|
|
75
|
+
d.SwirlIconAttachment,
|
|
76
|
+
d.SwirlIconAudioFile,
|
|
77
|
+
d.SwirlIconAutorenew,
|
|
78
|
+
d.SwirlIconBarChart,
|
|
79
|
+
d.SwirlIconBeachAccess,
|
|
80
|
+
d.SwirlIconBeachAccessFilled,
|
|
81
|
+
d.SwirlIconBlock,
|
|
82
|
+
d.SwirlIconBookmark,
|
|
83
|
+
d.SwirlIconBookmarkFilled,
|
|
84
|
+
d.SwirlIconCalendarAddOnFilled,
|
|
85
|
+
d.SwirlIconCalendarRespond,
|
|
86
|
+
d.SwirlIconCalendarToday,
|
|
87
|
+
d.SwirlIconCall,
|
|
88
|
+
d.SwirlIconCallEnd,
|
|
89
|
+
d.SwirlIconCancel,
|
|
90
|
+
d.SwirlIconCancelFilled,
|
|
91
|
+
d.SwirlIconCancelOutline,
|
|
92
|
+
d.SwirlIconChatBubble,
|
|
93
|
+
d.SwirlIconChats,
|
|
94
|
+
d.SwirlIconChatsFilled,
|
|
95
|
+
d.SwirlIconCheck,
|
|
96
|
+
d.SwirlIconCheckCircle,
|
|
97
|
+
d.SwirlIconCheckCircleFilled,
|
|
98
|
+
d.SwirlIconCheckSmall,
|
|
99
|
+
d.SwirlIconCheckStrong,
|
|
100
|
+
d.SwirlIconCheckboxFilled,
|
|
101
|
+
d.SwirlIconChevronLeft,
|
|
102
|
+
d.SwirlIconChevronRight,
|
|
103
|
+
d.SwirlIconClose,
|
|
104
|
+
d.SwirlIconCloseFullscreen,
|
|
105
|
+
d.SwirlIconCloseSmall,
|
|
106
|
+
d.SwirlIconCloudUpload,
|
|
107
|
+
d.SwirlIconColumn,
|
|
108
|
+
d.SwirlIconComment,
|
|
109
|
+
d.SwirlIconContrast,
|
|
110
|
+
d.SwirlIconCopy,
|
|
111
|
+
d.SwirlIconCrop,
|
|
112
|
+
d.SwirlIconDarkMode,
|
|
113
|
+
d.SwirlIconDateRange,
|
|
114
|
+
d.SwirlIconDelete,
|
|
115
|
+
d.SwirlIconDeployedCode,
|
|
116
|
+
d.SwirlIconDescription,
|
|
117
|
+
d.SwirlIconDesktop,
|
|
118
|
+
d.SwirlIconDirectory,
|
|
119
|
+
d.SwirlIconDirectoryFilled,
|
|
120
|
+
d.SwirlIconDiscover,
|
|
121
|
+
d.SwirlIconDockLeft,
|
|
122
|
+
d.SwirlIconDockLeftCollapse,
|
|
123
|
+
d.SwirlIconDockLeftExpand,
|
|
124
|
+
d.SwirlIconDoorOpen,
|
|
125
|
+
d.SwirlIconDot,
|
|
126
|
+
d.SwirlIconDoubleArrowLeft,
|
|
127
|
+
d.SwirlIconDoubleArrowRight,
|
|
128
|
+
d.SwirlIconDownload,
|
|
129
|
+
d.SwirlIconDragHandle,
|
|
130
|
+
d.SwirlIconEdit,
|
|
131
|
+
d.SwirlIconEditNote,
|
|
132
|
+
d.SwirlIconEmojiMood,
|
|
133
|
+
d.SwirlIconEmojiSatisfied,
|
|
134
|
+
d.SwirlIconEmojiSymbols,
|
|
135
|
+
d.SwirlIconError,
|
|
136
|
+
d.SwirlIconExpandLess,
|
|
137
|
+
d.SwirlIconExpandMore,
|
|
138
|
+
d.SwirlIconExperiment,
|
|
139
|
+
d.SwirlIconFile,
|
|
140
|
+
d.SwirlIconFileCopy,
|
|
141
|
+
d.SwirlIconFilter,
|
|
142
|
+
d.SwirlIconFolder,
|
|
143
|
+
d.SwirlIconFolderShared,
|
|
144
|
+
d.SwirlIconFormatHOne,
|
|
145
|
+
d.SwirlIconFormatListBulleted,
|
|
146
|
+
d.SwirlIconForward,
|
|
147
|
+
d.SwirlIconFullscreen,
|
|
148
|
+
d.SwirlIconFullscreenExit,
|
|
149
|
+
d.SwirlIconGif,
|
|
150
|
+
d.SwirlIconGroupAdd,
|
|
151
|
+
d.SwirlIconGroupAssign,
|
|
152
|
+
d.SwirlIconGroups,
|
|
153
|
+
d.SwirlIconGroupsFilled,
|
|
154
|
+
d.SwirlIconHamburgerMenu,
|
|
155
|
+
d.SwirlIconHealthAndSafety,
|
|
156
|
+
d.SwirlIconHelp,
|
|
157
|
+
d.SwirlIconHelpFilled,
|
|
158
|
+
d.SwirlIconHighlight,
|
|
159
|
+
d.SwirlIconHistory,
|
|
160
|
+
d.SwirlIconHome,
|
|
161
|
+
d.SwirlIconHomeFilled,
|
|
162
|
+
d.SwirlIconHrResting,
|
|
163
|
+
d.SwirlIconImage,
|
|
164
|
+
d.SwirlIconImproveText,
|
|
165
|
+
d.SwirlIconInfo,
|
|
166
|
+
d.SwirlIconInsertBelow,
|
|
167
|
+
d.SwirlIconInsertChart,
|
|
168
|
+
d.SwirlIconInsertOnTop,
|
|
169
|
+
d.SwirlIconInventory,
|
|
170
|
+
d.SwirlIconInventoryOff,
|
|
171
|
+
d.SwirlIconIphone,
|
|
172
|
+
d.SwirlIconKey,
|
|
173
|
+
d.SwirlIconKeyboard,
|
|
174
|
+
d.SwirlIconKeyboardHide,
|
|
175
|
+
d.SwirlIconLanguage,
|
|
176
|
+
d.SwirlIconLightMode,
|
|
177
|
+
d.SwirlIconLike,
|
|
178
|
+
d.SwirlIconLink,
|
|
179
|
+
d.SwirlIconLive,
|
|
180
|
+
d.SwirlIconLoad,
|
|
181
|
+
d.SwirlIconLocationOn,
|
|
182
|
+
d.SwirlIconLock,
|
|
183
|
+
d.SwirlIconLockOpen,
|
|
184
|
+
d.SwirlIconLockPerson,
|
|
185
|
+
d.SwirlIconLogin,
|
|
186
|
+
d.SwirlIconLogout,
|
|
187
|
+
d.SwirlIconLongText,
|
|
188
|
+
d.SwirlIconMail,
|
|
189
|
+
d.SwirlIconManageAccounts,
|
|
190
|
+
d.SwirlIconMarkChatRead,
|
|
191
|
+
d.SwirlIconMarkChatUnread,
|
|
192
|
+
d.SwirlIconMention,
|
|
193
|
+
d.SwirlIconMenu,
|
|
194
|
+
d.SwirlIconMenuBook,
|
|
195
|
+
d.SwirlIconMenuBookFilled,
|
|
196
|
+
d.SwirlIconMenuFilled,
|
|
197
|
+
d.SwirlIconMessage,
|
|
198
|
+
d.SwirlIconMic,
|
|
199
|
+
d.SwirlIconMicOff,
|
|
200
|
+
d.SwirlIconMoreHorizontal,
|
|
201
|
+
d.SwirlIconMoreVertikal,
|
|
202
|
+
d.SwirlIconNews,
|
|
203
|
+
d.SwirlIconNewsFilled,
|
|
204
|
+
d.SwirlIconNewsOff,
|
|
205
|
+
d.SwirlIconNextPlan,
|
|
206
|
+
d.SwirlIconNoteStack,
|
|
207
|
+
d.SwirlIconNoteStackFilled,
|
|
208
|
+
d.SwirlIconNotifications,
|
|
209
|
+
d.SwirlIconNotificationsActive,
|
|
210
|
+
d.SwirlIconNotificationsOff,
|
|
211
|
+
d.SwirlIconOpenInFull,
|
|
212
|
+
d.SwirlIconOpenInNew,
|
|
213
|
+
d.SwirlIconPatientList,
|
|
214
|
+
d.SwirlIconPause,
|
|
215
|
+
d.SwirlIconPauseCircle,
|
|
216
|
+
d.SwirlIconPeopleAlt,
|
|
217
|
+
d.SwirlIconPerson,
|
|
218
|
+
d.SwirlIconPersonCheck,
|
|
219
|
+
d.SwirlIconPersonOff,
|
|
220
|
+
d.SwirlIconPhone,
|
|
221
|
+
d.SwirlIconPhotoCamera,
|
|
222
|
+
d.SwirlIconPictureAsPdf,
|
|
223
|
+
d.SwirlIconPictureInPicture,
|
|
224
|
+
d.SwirlIconPin,
|
|
225
|
+
d.SwirlIconPinOff,
|
|
226
|
+
d.SwirlIconPlace,
|
|
227
|
+
d.SwirlIconPlayArrow,
|
|
228
|
+
d.SwirlIconPoll,
|
|
229
|
+
d.SwirlIconPostApproval,
|
|
230
|
+
d.SwirlIconPresent,
|
|
231
|
+
d.SwirlIconPreview,
|
|
232
|
+
d.SwirlIconPrint,
|
|
233
|
+
d.SwirlIconPublic,
|
|
234
|
+
d.SwirlIconPublicOff,
|
|
235
|
+
d.SwirlIconPublishedWithChanges,
|
|
236
|
+
d.SwirlIconRatioFourToThree,
|
|
237
|
+
d.SwirlIconRatioFreeform,
|
|
238
|
+
d.SwirlIconRatioSixteenToNine,
|
|
239
|
+
d.SwirlIconRatioSquare,
|
|
240
|
+
d.SwirlIconRatioThreeToFour,
|
|
241
|
+
d.SwirlIconRatioThreeToTwo,
|
|
242
|
+
d.SwirlIconRecieved,
|
|
243
|
+
d.SwirlIconRefresh,
|
|
244
|
+
d.SwirlIconRemove,
|
|
245
|
+
d.SwirlIconRemoveCircle,
|
|
246
|
+
d.SwirlIconRemoveModerator,
|
|
247
|
+
d.SwirlIconReply,
|
|
248
|
+
d.SwirlIconReport,
|
|
249
|
+
d.SwirlIconRoadmap,
|
|
250
|
+
d.SwirlIconRotateLeft,
|
|
251
|
+
d.SwirlIconRotateRight,
|
|
252
|
+
d.SwirlIconScreenshare,
|
|
253
|
+
d.SwirlIconScreenshareOff,
|
|
254
|
+
d.SwirlIconSearch,
|
|
255
|
+
d.SwirlIconSearchStrong,
|
|
256
|
+
d.SwirlIconSection,
|
|
257
|
+
d.SwirlIconSecure,
|
|
258
|
+
d.SwirlIconSend,
|
|
259
|
+
d.SwirlIconSettings,
|
|
260
|
+
d.SwirlIconShortText,
|
|
261
|
+
d.SwirlIconSimplify,
|
|
262
|
+
d.SwirlIconSpellcheck,
|
|
263
|
+
d.SwirlIconStars,
|
|
264
|
+
d.SwirlIconStickyNote,
|
|
265
|
+
d.SwirlIconStop,
|
|
266
|
+
d.SwirlIconStopCircle,
|
|
267
|
+
d.SwirlIconSunny,
|
|
268
|
+
d.SwirlIconSync,
|
|
269
|
+
d.SwirlIconTasks,
|
|
270
|
+
d.SwirlIconTasksFilled,
|
|
271
|
+
d.SwirlIconTerminal,
|
|
272
|
+
d.SwirlIconTime,
|
|
273
|
+
d.SwirlIconTimeFilled,
|
|
274
|
+
d.SwirlIconToday,
|
|
275
|
+
d.SwirlIconTodayFilled,
|
|
276
|
+
d.SwirlIconTranslate,
|
|
277
|
+
d.SwirlIconTreeStructure,
|
|
278
|
+
d.SwirlIconUndo,
|
|
279
|
+
d.SwirlIconUnlockPerson,
|
|
280
|
+
d.SwirlIconUpload,
|
|
281
|
+
d.SwirlIconUserAdd,
|
|
282
|
+
d.SwirlIconUserAssign,
|
|
283
|
+
d.SwirlIconVideoCamera,
|
|
284
|
+
d.SwirlIconVideoCameraOff,
|
|
285
|
+
d.SwirlIconVideoLibrary,
|
|
286
|
+
d.SwirlIconVideoPlayer,
|
|
287
|
+
d.SwirlIconViewAgenda,
|
|
288
|
+
d.SwirlIconVisibility,
|
|
289
|
+
d.SwirlIconVisibilityOff,
|
|
290
|
+
d.SwirlIconVoice,
|
|
291
|
+
d.SwirlIconVolumeUp,
|
|
292
|
+
d.SwirlIconWarning,
|
|
293
|
+
d.SwirlIconWebAsset,
|
|
294
|
+
d.SwirlIconWebAssetOff,
|
|
295
|
+
d.SwirlIconWork,
|
|
296
|
+
d.SwirlImageGrid,
|
|
297
|
+
d.SwirlImageGridItem,
|
|
298
|
+
d.SwirlInlineError,
|
|
299
|
+
d.SwirlInlineNotification,
|
|
300
|
+
d.SwirlInlineStatus,
|
|
301
|
+
d.SwirlLightbox,
|
|
302
|
+
d.SwirlLink,
|
|
303
|
+
d.SwirlList,
|
|
304
|
+
d.SwirlMenu,
|
|
305
|
+
d.SwirlMenuItem,
|
|
306
|
+
d.SwirlModal,
|
|
307
|
+
d.SwirlModalShell,
|
|
308
|
+
d.SwirlOptionList,
|
|
309
|
+
d.SwirlOptionListItem,
|
|
310
|
+
d.SwirlOptionListSection,
|
|
311
|
+
d.SwirlPagination,
|
|
312
|
+
d.SwirlPdfReader,
|
|
313
|
+
d.SwirlPopover,
|
|
314
|
+
d.SwirlPopoverTrigger,
|
|
315
|
+
d.SwirlProgressIndicator,
|
|
316
|
+
d.SwirlRadio,
|
|
317
|
+
d.SwirlRadioGroup,
|
|
318
|
+
d.SwirlResourceList,
|
|
319
|
+
d.SwirlResourceListFileItem,
|
|
320
|
+
d.SwirlResourceListItem,
|
|
321
|
+
d.SwirlResourceListSection,
|
|
322
|
+
d.SwirlSearch,
|
|
323
|
+
d.SwirlSelect,
|
|
324
|
+
d.SwirlSeparator,
|
|
325
|
+
d.SwirlShellLayout,
|
|
326
|
+
d.SwirlShellNavigationItem,
|
|
327
|
+
d.SwirlSkeletonBox,
|
|
328
|
+
d.SwirlSkeletonText,
|
|
329
|
+
d.SwirlSpinner,
|
|
330
|
+
d.SwirlStack,
|
|
331
|
+
d.SwirlStatusIndicator,
|
|
332
|
+
d.SwirlSwitch,
|
|
333
|
+
d.SwirlSymbol,
|
|
334
|
+
d.SwirlSymbolAcUnit,
|
|
335
|
+
d.SwirlSymbolAccountCircle,
|
|
336
|
+
d.SwirlSymbolAlternateEmail,
|
|
337
|
+
d.SwirlSymbolAndroid,
|
|
338
|
+
d.SwirlSymbolAnnouncement,
|
|
339
|
+
d.SwirlSymbolAutorenew,
|
|
340
|
+
d.SwirlSymbolBackup,
|
|
341
|
+
d.SwirlSymbolBadge,
|
|
342
|
+
d.SwirlSymbolBarcodeReader,
|
|
343
|
+
d.SwirlSymbolBarcodeScanner,
|
|
344
|
+
d.SwirlSymbolBatteryHoriz,
|
|
345
|
+
d.SwirlSymbolBeachAccess,
|
|
346
|
+
d.SwirlSymbolBolt,
|
|
347
|
+
d.SwirlSymbolBookmark,
|
|
348
|
+
d.SwirlSymbolCalendar,
|
|
349
|
+
d.SwirlSymbolCampaign,
|
|
350
|
+
d.SwirlSymbolCardsStar,
|
|
351
|
+
d.SwirlSymbolCloud,
|
|
352
|
+
d.SwirlSymbolConstruction,
|
|
353
|
+
d.SwirlSymbolContacts,
|
|
354
|
+
d.SwirlSymbolCoronavirus,
|
|
355
|
+
d.SwirlSymbolDesignServices,
|
|
356
|
+
d.SwirlSymbolDesktopWindows,
|
|
357
|
+
d.SwirlSymbolDirectionsCarFilled,
|
|
358
|
+
d.SwirlSymbolDiversity,
|
|
359
|
+
d.SwirlSymbolDraw,
|
|
360
|
+
d.SwirlSymbolEditCalendar,
|
|
361
|
+
d.SwirlSymbolEmail,
|
|
362
|
+
d.SwirlSymbolEmergency,
|
|
363
|
+
d.SwirlSymbolEmojiFoodBeverage,
|
|
364
|
+
d.SwirlSymbolEngineering,
|
|
365
|
+
d.SwirlSymbolEventMenu,
|
|
366
|
+
d.SwirlSymbolExplore,
|
|
367
|
+
d.SwirlSymbolExtension,
|
|
368
|
+
d.SwirlSymbolFacebook,
|
|
369
|
+
d.SwirlSymbolFavorite,
|
|
370
|
+
d.SwirlSymbolFitnessCenter,
|
|
371
|
+
d.SwirlSymbolFlag,
|
|
372
|
+
d.SwirlSymbolFlight,
|
|
373
|
+
d.SwirlSymbolFolder,
|
|
374
|
+
d.SwirlSymbolGlobe,
|
|
375
|
+
d.SwirlSymbolGroups,
|
|
376
|
+
d.SwirlSymbolHealing,
|
|
377
|
+
d.SwirlSymbolHealthAndSafety,
|
|
378
|
+
d.SwirlSymbolHelp,
|
|
379
|
+
d.SwirlSymbolHomeRepairService,
|
|
380
|
+
d.SwirlSymbolHomeStorage,
|
|
381
|
+
d.SwirlSymbolIdCard,
|
|
382
|
+
d.SwirlSymbolImage,
|
|
383
|
+
d.SwirlSymbolInfoMenu,
|
|
384
|
+
d.SwirlSymbolInstagram,
|
|
385
|
+
d.SwirlSymbolInventory,
|
|
386
|
+
d.SwirlSymbolInventory2,
|
|
387
|
+
d.SwirlSymbolIos,
|
|
388
|
+
d.SwirlSymbolKey,
|
|
389
|
+
d.SwirlSymbolLanguage,
|
|
390
|
+
d.SwirlSymbolLeaderboard,
|
|
391
|
+
d.SwirlSymbolLightbulb,
|
|
392
|
+
d.SwirlSymbolLinkedin,
|
|
393
|
+
d.SwirlSymbolLocalShipping,
|
|
394
|
+
d.SwirlSymbolLocationOn,
|
|
395
|
+
d.SwirlSymbolLoyalty,
|
|
396
|
+
d.SwirlSymbolMap,
|
|
397
|
+
d.SwirlSymbolMapsHomeWork,
|
|
398
|
+
d.SwirlSymbolMenuBook,
|
|
399
|
+
d.SwirlSymbolMop,
|
|
400
|
+
d.SwirlSymbolNestEcoLeaf,
|
|
401
|
+
d.SwirlSymbolNotifications,
|
|
402
|
+
d.SwirlSymbolOpenInNew,
|
|
403
|
+
d.SwirlSymbolOrders,
|
|
404
|
+
d.SwirlSymbolPackage,
|
|
405
|
+
d.SwirlSymbolPalette,
|
|
406
|
+
d.SwirlSymbolPartlyCloudyDay,
|
|
407
|
+
d.SwirlSymbolPedalBike,
|
|
408
|
+
d.SwirlSymbolPercentDiscount,
|
|
409
|
+
d.SwirlSymbolPets,
|
|
410
|
+
d.SwirlSymbolPinterest,
|
|
411
|
+
d.SwirlSymbolPointOfSale,
|
|
412
|
+
d.SwirlSymbolPolicy,
|
|
413
|
+
d.SwirlSymbolPrecisionManufacturing,
|
|
414
|
+
d.SwirlSymbolPrint,
|
|
415
|
+
d.SwirlSymbolPushPin,
|
|
416
|
+
d.SwirlSymbolRecycling,
|
|
417
|
+
d.SwirlSymbolRedeem,
|
|
418
|
+
d.SwirlSymbolReportProblem,
|
|
419
|
+
d.SwirlSymbolRestaurant,
|
|
420
|
+
d.SwirlSymbolRoadmap,
|
|
421
|
+
d.SwirlSymbolRocketLaunch,
|
|
422
|
+
d.SwirlSymbolRoom,
|
|
423
|
+
d.SwirlSymbolSavings,
|
|
424
|
+
d.SwirlSymbolSchool,
|
|
425
|
+
d.SwirlSymbolSell,
|
|
426
|
+
d.SwirlSymbolSettingsVoice,
|
|
427
|
+
d.SwirlSymbolShoppingBag,
|
|
428
|
+
d.SwirlSymbolShoppingCart,
|
|
429
|
+
d.SwirlSymbolSmartphone,
|
|
430
|
+
d.SwirlSymbolSpa,
|
|
431
|
+
d.SwirlSymbolSportsSoccer,
|
|
432
|
+
d.SwirlSymbolStar,
|
|
433
|
+
d.SwirlSymbolSupervisorAccount,
|
|
434
|
+
d.SwirlSymbolTask,
|
|
435
|
+
d.SwirlSymbolTasks,
|
|
436
|
+
d.SwirlSymbolThumbsUpDown,
|
|
437
|
+
d.SwirlSymbolTimer,
|
|
438
|
+
d.SwirlSymbolToolsPowerDrill,
|
|
439
|
+
d.SwirlSymbolTrain,
|
|
440
|
+
d.SwirlSymbolTrophy,
|
|
441
|
+
d.SwirlSymbolTwitter,
|
|
442
|
+
d.SwirlSymbolVideo,
|
|
443
|
+
d.SwirlSymbolWarehouse,
|
|
444
|
+
d.SwirlSymbolWaterDrop,
|
|
445
|
+
d.SwirlSymbolWbSunny,
|
|
446
|
+
d.SwirlSymbolWechat,
|
|
447
|
+
d.SwirlSymbolWeibo,
|
|
448
|
+
d.SwirlSymbolWifi,
|
|
449
|
+
d.SwirlSymbolWork,
|
|
450
|
+
d.SwirlSymbolXing,
|
|
451
|
+
d.SwirlSymbolYoutube,
|
|
452
|
+
d.SwirlTab,
|
|
453
|
+
d.SwirlTabBar,
|
|
454
|
+
d.SwirlTable,
|
|
455
|
+
d.SwirlTableCell,
|
|
456
|
+
d.SwirlTableColumn,
|
|
457
|
+
d.SwirlTableRow,
|
|
458
|
+
d.SwirlTableRowGroup,
|
|
459
|
+
d.SwirlTabs,
|
|
460
|
+
d.SwirlTag,
|
|
461
|
+
d.SwirlText,
|
|
462
|
+
d.SwirlTextInput,
|
|
463
|
+
d.SwirlThemeProvider,
|
|
464
|
+
d.SwirlThumbnail,
|
|
465
|
+
d.SwirlTimeInput,
|
|
466
|
+
d.SwirlToast,
|
|
467
|
+
d.SwirlToastProvider,
|
|
468
|
+
d.SwirlToggleButton,
|
|
469
|
+
d.SwirlToggleGroup,
|
|
470
|
+
d.SwirlToolbar,
|
|
471
|
+
d.SwirlTooltip,
|
|
472
|
+
d.SwirlTreeNavigation,
|
|
473
|
+
d.SwirlTreeNavigationItem,
|
|
474
|
+
d.SwirlTreeView,
|
|
475
|
+
d.SwirlTreeViewItem,
|
|
476
|
+
d.SwirlVideoThumbnail,
|
|
477
|
+
d.SwirlVisuallyHidden
|
|
478
|
+
];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Directive, ElementRef } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
|
|
4
|
+
import { ValueAccessor } from './value-accessor';
|
|
5
|
+
|
|
6
|
+
@Directive({
|
|
7
|
+
/* tslint:disable-next-line:directive-selector */
|
|
8
|
+
selector: 'swirl-autocomplete[multi-select], swirl-autocomplete[multiSelect], swirl-option-list, swirl-select',
|
|
9
|
+
host: {
|
|
10
|
+
'(valueChange)': 'handleChangeEvent($event.target?.["value"])'
|
|
11
|
+
},
|
|
12
|
+
providers: [
|
|
13
|
+
{
|
|
14
|
+
provide: NG_VALUE_ACCESSOR,
|
|
15
|
+
useExisting: SelectValueAccessor,
|
|
16
|
+
multi: true
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
standalone: false
|
|
20
|
+
})
|
|
21
|
+
export class SelectValueAccessor extends ValueAccessor {
|
|
22
|
+
constructor(el: ElementRef) {
|
|
23
|
+
super(el);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Directive, ElementRef } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
|
|
4
|
+
import { ValueAccessor } from './value-accessor';
|
|
5
|
+
|
|
6
|
+
@Directive({
|
|
7
|
+
/* tslint:disable-next-line:directive-selector */
|
|
8
|
+
selector: 'swirl-autocomplete:not([multi-select]):not([multiSelect]), swirl-color-input, swirl-date-input, swirl-radio-group, swirl-search, swirl-text-input, swirl-time-input',
|
|
9
|
+
host: {
|
|
10
|
+
'(valueChange)': 'handleChangeEvent($event.target?.["value"])'
|
|
11
|
+
},
|
|
12
|
+
providers: [
|
|
13
|
+
{
|
|
14
|
+
provide: NG_VALUE_ACCESSOR,
|
|
15
|
+
useExisting: TextValueAccessor,
|
|
16
|
+
multi: true
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
standalone: false
|
|
20
|
+
})
|
|
21
|
+
export class TextValueAccessor extends ValueAccessor {
|
|
22
|
+
constructor(el: ElementRef) {
|
|
23
|
+
super(el);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Directive, ElementRef, HostListener } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
|
|
4
|
+
@Directive({})
|
|
5
|
+
export class ValueAccessor implements ControlValueAccessor {
|
|
6
|
+
|
|
7
|
+
private onChange: (value: any) => void = () => {/**/};
|
|
8
|
+
private onTouched: () => void = () => {/**/};
|
|
9
|
+
protected lastValue: any;
|
|
10
|
+
|
|
11
|
+
constructor(protected el: ElementRef) {}
|
|
12
|
+
|
|
13
|
+
writeValue(value: any) {
|
|
14
|
+
this.el.nativeElement.value = this.lastValue = value == null ? '' : value;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
handleChangeEvent(value: any) {
|
|
18
|
+
if (value !== this.lastValue) {
|
|
19
|
+
this.lastValue = value;
|
|
20
|
+
this.onChange(value);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@HostListener('focusout')
|
|
25
|
+
_handleBlurEvent() {
|
|
26
|
+
this.onTouched();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
registerOnChange(fn: (value: any) => void) {
|
|
30
|
+
this.onChange = fn;
|
|
31
|
+
}
|
|
32
|
+
registerOnTouched(fn: () => void) {
|
|
33
|
+
this.onTouched = fn;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
setDisabledState(isDisabled: boolean) {
|
|
37
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of component-library
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export * from "./lib/stencil-generated/components";
|
|
6
|
+
export * from "./lib/stencil-generated/boolean-value-accessor";
|
|
7
|
+
export * from "./lib/stencil-generated/select-value-accessor";
|
|
8
|
+
export * from "./lib/stencil-generated/text-value-accessor";
|
|
9
|
+
export * from "./lib/component-library.module";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
+
{
|
|
3
|
+
"extends": "../../tsconfig.json",
|
|
4
|
+
"compilerOptions": {
|
|
5
|
+
"outDir": "../../out-tsc/lib",
|
|
6
|
+
"declaration": true,
|
|
7
|
+
"declarationMap": true,
|
|
8
|
+
"inlineSources": true,
|
|
9
|
+
"types": []
|
|
10
|
+
},
|
|
11
|
+
"exclude": ["src/test.ts", "**/*.spec.ts"]
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
+
{
|
|
3
|
+
"extends": "../../tsconfig.json",
|
|
4
|
+
"compilerOptions": {
|
|
5
|
+
"outDir": "../../out-tsc/spec",
|
|
6
|
+
"types": ["jasmine"]
|
|
7
|
+
},
|
|
8
|
+
"files": ["src/test.ts"],
|
|
9
|
+
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
10
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
2
|
+
{
|
|
3
|
+
"compileOnSave": false,
|
|
4
|
+
"compilerOptions": {
|
|
5
|
+
"baseUrl": "./",
|
|
6
|
+
"paths": {
|
|
7
|
+
"component-library": ["dist/component-library"]
|
|
8
|
+
},
|
|
9
|
+
"outDir": "./dist/out-tsc",
|
|
10
|
+
"skipLibCheck": true,
|
|
11
|
+
"forceConsistentCasingInFileNames": true,
|
|
12
|
+
"strict": true,
|
|
13
|
+
"noImplicitOverride": false,
|
|
14
|
+
"noPropertyAccessFromIndexSignature": true,
|
|
15
|
+
"noImplicitReturns": true,
|
|
16
|
+
"noFallthroughCasesInSwitch": true,
|
|
17
|
+
"sourceMap": true,
|
|
18
|
+
"declaration": false,
|
|
19
|
+
"downlevelIteration": true,
|
|
20
|
+
"experimentalDecorators": true,
|
|
21
|
+
"moduleResolution": "node",
|
|
22
|
+
"importHelpers": true,
|
|
23
|
+
"target": "es2020",
|
|
24
|
+
"module": "es2020",
|
|
25
|
+
"lib": ["es2020", "dom"]
|
|
26
|
+
},
|
|
27
|
+
"angularCompilerOptions": {
|
|
28
|
+
"enableI18nLegacyMessageIdFormat": false,
|
|
29
|
+
"strictInjectionParameters": true,
|
|
30
|
+
"strictInputAccessModifiers": true,
|
|
31
|
+
"strictTemplates": true
|
|
32
|
+
}
|
|
33
|
+
}
|