@tacdaed/fragments 1.0.0-beta.4 → 1.0.0-beta.5
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 -11
- package/assets/styles/scss/_all.scss +0 -1
- package/fesm2022/tacdaed-fragments.mjs +8928 -0
- package/index.d.ts +3929 -0
- package/package.json +34 -22
- package/assets/resources/fonts/OpenSans/OpenSans-Italic-VariableFont_wdth_wght.ttf +0 -0
- package/assets/resources/fonts/OpenSans/OpenSans-VariableFont_wdth_wght.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Black.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Bold.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Italic.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-Thin.ttf +0 -0
- package/assets/resources/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
- package/assets/styles/scss/_fonts.scss +0 -122
- package/ng-package.json +0 -20
- package/src/lib/components/accordion/accordion.component.html +0 -103
- package/src/lib/components/accordion/accordion.component.scss +0 -382
- package/src/lib/components/accordion/accordion.component.spec.ts +0 -147
- package/src/lib/components/accordion/accordion.component.ts +0 -211
- package/src/lib/components/accordion/accordion.type.ts +0 -82
- package/src/lib/components/breadcrumb/breadcrumb.component.html +0 -43
- package/src/lib/components/breadcrumb/breadcrumb.component.scss +0 -112
- package/src/lib/components/breadcrumb/breadcrumb.component.spec.ts +0 -33
- package/src/lib/components/breadcrumb/breadcrumb.component.ts +0 -103
- package/src/lib/components/breadcrumb/breadcrumb.interface.ts +0 -7
- package/src/lib/components/button/button.component.html +0 -57
- package/src/lib/components/button/button.component.scss +0 -445
- package/src/lib/components/button/button.component.spec.ts +0 -99
- package/src/lib/components/button/button.component.ts +0 -143
- package/src/lib/components/button/button.type.ts +0 -7
- package/src/lib/components/card/card.component.html +0 -44
- package/src/lib/components/card/card.component.scss +0 -114
- package/src/lib/components/card/card.component.spec.ts +0 -65
- package/src/lib/components/card/card.component.ts +0 -21
- package/src/lib/components/card/card.type.ts +0 -3
- package/src/lib/components/code-block/code-block.component.html +0 -55
- package/src/lib/components/code-block/code-block.component.scss +0 -122
- package/src/lib/components/code-block/code-block.component.spec.ts +0 -81
- package/src/lib/components/code-block/code-block.component.ts +0 -302
- package/src/lib/components/code-block/code-block.interface.ts +0 -28
- package/src/lib/components/code-block/code-block.type.ts +0 -73
- package/src/lib/components/decorative/sparkle-field/sparkle-field.component.html +0 -14
- package/src/lib/components/decorative/sparkle-field/sparkle-field.component.scss +0 -20
- package/src/lib/components/decorative/sparkle-field/sparkle-field.component.spec.ts +0 -38
- package/src/lib/components/decorative/sparkle-field/sparkle-field.component.ts +0 -181
- package/src/lib/components/input/input-base.ts +0 -187
- package/src/lib/components/input/input-calendar/input-calendar.component.html +0 -76
- package/src/lib/components/input/input-calendar/input-calendar.component.scss +0 -179
- package/src/lib/components/input/input-calendar/input-calendar.component.spec.ts +0 -44
- package/src/lib/components/input/input-calendar/input-calendar.component.ts +0 -299
- package/src/lib/components/input/input-checkbox/input-checkbox.component.html +0 -37
- package/src/lib/components/input/input-checkbox/input-checkbox.component.scss +0 -128
- package/src/lib/components/input/input-checkbox/input-checkbox.component.spec.ts +0 -43
- package/src/lib/components/input/input-checkbox/input-checkbox.component.ts +0 -112
- package/src/lib/components/input/input-checkbox-group/input-checkbox-group.component.html +0 -43
- package/src/lib/components/input/input-checkbox-group/input-checkbox-group.component.scss +0 -140
- package/src/lib/components/input/input-checkbox-group/input-checkbox-group.component.spec.ts +0 -62
- package/src/lib/components/input/input-checkbox-group/input-checkbox-group.component.ts +0 -136
- package/src/lib/components/input/input-clock-picker/input-clock-picker.component.html +0 -81
- package/src/lib/components/input/input-clock-picker/input-clock-picker.component.scss +0 -228
- package/src/lib/components/input/input-clock-picker/input-clock-picker.component.spec.ts +0 -62
- package/src/lib/components/input/input-clock-picker/input-clock-picker.component.ts +0 -178
- package/src/lib/components/input/input-consts.ts +0 -132
- package/src/lib/components/input/input-date/input-date-validators.ts +0 -41
- package/src/lib/components/input/input-date/input-date.component.html +0 -41
- package/src/lib/components/input/input-date/input-date.component.scss +0 -95
- package/src/lib/components/input/input-date/input-date.component.spec.ts +0 -43
- package/src/lib/components/input/input-date/input-date.component.ts +0 -359
- package/src/lib/components/input/input-date-time/input-date-time.component.html +0 -70
- package/src/lib/components/input/input-date-time/input-date-time.component.scss +0 -133
- package/src/lib/components/input/input-date-time/input-date-time.component.spec.ts +0 -36
- package/src/lib/components/input/input-date-time/input-date-time.component.ts +0 -387
- package/src/lib/components/input/input-file-upload/input-file-upload.component.html +0 -89
- package/src/lib/components/input/input-file-upload/input-file-upload.component.scss +0 -171
- package/src/lib/components/input/input-file-upload/input-file-upload.component.spec.ts +0 -43
- package/src/lib/components/input/input-file-upload/input-file-upload.component.ts +0 -351
- package/src/lib/components/input/input-interface.ts +0 -8
- package/src/lib/components/input/input-number/input-number-validators.ts +0 -0
- package/src/lib/components/input/input-number/input-number.component.html +0 -51
- package/src/lib/components/input/input-number/input-number.component.scss +0 -140
- package/src/lib/components/input/input-number/input-number.component.spec.ts +0 -44
- package/src/lib/components/input/input-number/input-number.component.ts +0 -343
- package/src/lib/components/input/input-radio-group/input-radio-group.component.html +0 -44
- package/src/lib/components/input/input-radio-group/input-radio-group.component.scss +0 -139
- package/src/lib/components/input/input-radio-group/input-radio-group.component.spec.ts +0 -58
- package/src/lib/components/input/input-radio-group/input-radio-group.component.ts +0 -132
- package/src/lib/components/input/input-slider/input-slider.component.html +0 -111
- package/src/lib/components/input/input-slider/input-slider.component.scss +0 -203
- package/src/lib/components/input/input-slider/input-slider.component.spec.ts +0 -46
- package/src/lib/components/input/input-slider/input-slider.component.ts +0 -410
- package/src/lib/components/input/input-text/input-text-validators.ts +0 -67
- package/src/lib/components/input/input-text/input-text.component.html +0 -71
- package/src/lib/components/input/input-text/input-text.component.scss +0 -118
- package/src/lib/components/input/input-text/input-text.component.spec.ts +0 -55
- package/src/lib/components/input/input-text/input-text.component.ts +0 -215
- package/src/lib/components/input/input-time/input-time-validators.ts +0 -42
- package/src/lib/components/input/input-time/input-time.component.html +0 -92
- package/src/lib/components/input/input-time/input-time.component.scss +0 -191
- package/src/lib/components/input/input-time/input-time.component.spec.ts +0 -39
- package/src/lib/components/input/input-time/input-time.component.ts +0 -691
- package/src/lib/components/input/input-toggle-switch/input-toggle-switch.component.html +0 -36
- package/src/lib/components/input/input-toggle-switch/input-toggle-switch.component.scss +0 -121
- package/src/lib/components/input/input-toggle-switch/input-toggle-switch.component.spec.ts +0 -54
- package/src/lib/components/input/input-toggle-switch/input-toggle-switch.component.ts +0 -117
- package/src/lib/components/input/input-type.ts +0 -18
- package/src/lib/components/input/input-validation/input-validation.component.html +0 -19
- package/src/lib/components/input/input-validation/input-validation.component.scss +0 -39
- package/src/lib/components/input/input-validation/input-validation.component.spec.ts +0 -45
- package/src/lib/components/input/input-validation/input-validation.component.ts +0 -13
- package/src/lib/components/input/input.pipe.ts +0 -14
- package/src/lib/components/layout/container/container.component.html +0 -1
- package/src/lib/components/layout/container/container.component.scss +0 -33
- package/src/lib/components/layout/container/container.component.ts +0 -32
- package/src/lib/components/layout/container/container.type.ts +0 -1
- package/src/lib/components/layout/divider/divider.component.html +0 -1
- package/src/lib/components/layout/divider/divider.component.scss +0 -60
- package/src/lib/components/layout/divider/divider.component.ts +0 -38
- package/src/lib/components/layout/divider/divider.type.ts +0 -2
- package/src/lib/components/layout/section/section.component.html +0 -21
- package/src/lib/components/layout/section/section.component.scss +0 -43
- package/src/lib/components/layout/section/section.component.ts +0 -33
- package/src/lib/components/layout/section/section.type.ts +0 -2
- package/src/lib/components/layout/separator/separator.component.html +0 -9
- package/src/lib/components/layout/separator/separator.component.scss +0 -52
- package/src/lib/components/layout/separator/separator.component.ts +0 -25
- package/src/lib/components/layout/separator/separator.type.ts +0 -1
- package/src/lib/components/loader/content-blur/content-blur.component.html +0 -13
- package/src/lib/components/loader/content-blur/content-blur.component.scss +0 -43
- package/src/lib/components/loader/content-blur/content-blur.component.spec.ts +0 -42
- package/src/lib/components/loader/content-blur/content-blur.component.ts +0 -34
- package/src/lib/components/loader/loader.type.ts +0 -2
- package/src/lib/components/loader/progress-bar/progress-bar.component.html +0 -26
- package/src/lib/components/loader/progress-bar/progress-bar.component.scss +0 -151
- package/src/lib/components/loader/progress-bar/progress-bar.component.spec.ts +0 -47
- package/src/lib/components/loader/progress-bar/progress-bar.component.ts +0 -28
- package/src/lib/components/loader/progress-bar/progress-bar.type.ts +0 -8
- package/src/lib/components/loader/pulse-loader/pulse-loader.component.html +0 -12
- package/src/lib/components/loader/pulse-loader/pulse-loader.component.scss +0 -202
- package/src/lib/components/loader/pulse-loader/pulse-loader.component.spec.ts +0 -55
- package/src/lib/components/loader/pulse-loader/pulse-loader.component.ts +0 -73
- package/src/lib/components/loader/pulse-loader/pulse-loader.type.ts +0 -6
- package/src/lib/components/loader/skeleton-loader/skeleton-loader.component.html +0 -13
- package/src/lib/components/loader/skeleton-loader/skeleton-loader.component.scss +0 -113
- package/src/lib/components/loader/skeleton-loader/skeleton-loader.component.spec.ts +0 -37
- package/src/lib/components/loader/skeleton-loader/skeleton-loader.component.ts +0 -51
- package/src/lib/components/loader/skeleton-loader/skeleton-loader.type.ts +0 -6
- package/src/lib/components/loader/spinner/spinner.component.html +0 -20
- package/src/lib/components/loader/spinner/spinner.component.scss +0 -137
- package/src/lib/components/loader/spinner/spinner.component.spec.ts +0 -43
- package/src/lib/components/loader/spinner/spinner.component.ts +0 -32
- package/src/lib/components/loader/spinner/spinner.type.ts +0 -6
- package/src/lib/components/modal/modal.component.html +0 -47
- package/src/lib/components/modal/modal.component.scss +0 -139
- package/src/lib/components/modal/modal.component.spec.ts +0 -60
- package/src/lib/components/modal/modal.component.ts +0 -83
- package/src/lib/components/modal/modal.type.ts +0 -9
- package/src/lib/components/morph/blob-moph/blob-moprh.component.spec.ts +0 -79
- package/src/lib/components/morph/blob-moph/blob-moprh.component.ts +0 -96
- package/src/lib/components/morph/blob-moph/blob-morph.component.html +0 -34
- package/src/lib/components/morph/blob-moph/blob-morph.component.scss +0 -7
- package/src/lib/components/morph/morph.abstract.ts +0 -13
- package/src/lib/components/pagination/pagination.interface.ts +0 -4
- package/src/lib/components/pagination/small-pagination/small-pagination.component.html +0 -61
- package/src/lib/components/pagination/small-pagination/small-pagination.component.scss +0 -187
- package/src/lib/components/pagination/small-pagination/small-pagination.component.spec.ts +0 -88
- package/src/lib/components/pagination/small-pagination/small-pagination.component.ts +0 -177
- package/src/lib/components/selection-lists/multi-select/multi-select.component.html +0 -170
- package/src/lib/components/selection-lists/multi-select/multi-select.component.scss +0 -312
- package/src/lib/components/selection-lists/multi-select/multi-select.component.spec.ts +0 -61
- package/src/lib/components/selection-lists/multi-select/multi-select.component.ts +0 -372
- package/src/lib/components/selection-lists/selection-list/selection-list.component.html +0 -125
- package/src/lib/components/selection-lists/selection-list/selection-list.component.scss +0 -267
- package/src/lib/components/selection-lists/selection-list/selection-list.component.spec.ts +0 -66
- package/src/lib/components/selection-lists/selection-list/selection-list.component.ts +0 -315
- package/src/lib/components/selection-lists/selection-lists-base.ts +0 -35
- package/src/lib/components/selection-lists/selection-lists-const.ts +0 -17
- package/src/lib/components/selection-lists/selection-lists-interface.ts +0 -7
- package/src/lib/components/selection-lists/selection-lists.type.ts +0 -1
- package/src/lib/components/side-nav/side-nav.component.html +0 -101
- package/src/lib/components/side-nav/side-nav.component.scss +0 -295
- package/src/lib/components/side-nav/side-nav.component.spec.ts +0 -0
- package/src/lib/components/side-nav/side-nav.component.ts +0 -18
- package/src/lib/components/side-nav/side-nav.type.ts +0 -28
- package/src/lib/components/snackbar/snackbar.component.html +0 -33
- package/src/lib/components/snackbar/snackbar.component.scss +0 -195
- package/src/lib/components/snackbar/snackbar.component.ts +0 -112
- package/src/lib/components/snackbar/snackbar.type.ts +0 -27
- package/src/lib/components/status/chip/chip.component.html +0 -51
- package/src/lib/components/status/chip/chip.component.scss +0 -149
- package/src/lib/components/status/chip/chip.component.spec.ts +0 -62
- package/src/lib/components/status/chip/chip.component.ts +0 -83
- package/src/lib/components/status/chip/chip.type.ts +0 -42
- package/src/lib/components/status/directives/badge/badge.directive.spec.ts +0 -60
- package/src/lib/components/status/directives/badge/badge.directive.ts +0 -190
- package/src/lib/components/status/directives/badge/badge.interface.ts +0 -19
- package/src/lib/components/status/pill/pill.component.html +0 -40
- package/src/lib/components/status/pill/pill.component.scss +0 -113
- package/src/lib/components/status/pill/pill.component.spec.ts +0 -47
- package/src/lib/components/status/pill/pill.component.ts +0 -83
- package/src/lib/components/status/pill/pill.type.ts +0 -42
- package/src/lib/components/status/status.interface.ts +0 -57
- package/src/lib/components/status/status.type.ts +0 -62
- package/src/lib/components/status/tag/tag.component.html +0 -39
- package/src/lib/components/status/tag/tag.component.scss +0 -140
- package/src/lib/components/status/tag/tag.component.spec.ts +0 -47
- package/src/lib/components/status/tag/tag.component.ts +0 -83
- package/src/lib/components/status/tag/tag.type.ts +0 -42
- package/src/lib/components/stepper/stepper.component.html +0 -83
- package/src/lib/components/stepper/stepper.component.scss +0 -196
- package/src/lib/components/stepper/stepper.component.ts +0 -482
- package/src/lib/components/stepper/stepper.type.ts +0 -60
- package/src/lib/components/table/table.component.html +0 -438
- package/src/lib/components/table/table.component.scss +0 -259
- package/src/lib/components/table/table.component.spec.ts +0 -117
- package/src/lib/components/table/table.component.ts +0 -215
- package/src/lib/components/table/table.enum.ts +0 -4
- package/src/lib/components/table/table.function.ts +0 -47
- package/src/lib/components/table/table.interface.ts +0 -143
- package/src/lib/components/table/table.pipe.ts +0 -62
- package/src/lib/components/table/table.type.ts +0 -15
- package/src/lib/components/tabs/tabs.component.html +0 -88
- package/src/lib/components/tabs/tabs.component.scss +0 -305
- package/src/lib/components/tabs/tabs.component.spec.ts +0 -94
- package/src/lib/components/tabs/tabs.component.ts +0 -282
- package/src/lib/components/tabs/tabs.type.ts +0 -81
- package/src/lib/components/title-bar/title-bar.component.html +0 -21
- package/src/lib/components/title-bar/title-bar.component.scss +0 -139
- package/src/lib/components/title-bar/title-bar.component.spec.ts +0 -44
- package/src/lib/components/title-bar/title-bar.component.ts +0 -13
- package/src/lib/components/toast/toast.component.html +0 -36
- package/src/lib/components/toast/toast.component.scss +0 -241
- package/src/lib/components/toast/toast.component.ts +0 -165
- package/src/lib/components/toast/toast.type.ts +0 -37
- package/src/lib/components/toast-stack/toast-stack.component.html +0 -30
- package/src/lib/components/toast-stack/toast-stack.component.scss +0 -35
- package/src/lib/components/toast-stack/toast-stack.component.ts +0 -51
- package/src/lib/consts/country-prefix.ts +0 -244
- package/src/lib/directives/tooltip/popover.directive.ts +0 -274
- package/src/lib/directives/tooltip/tooltip.directive.spec.ts +0 -86
- package/src/lib/directives/tooltip/tooltip.directive.ts +0 -234
- package/src/lib/directives/tooltip/tooltip.interface.ts +0 -29
- package/src/lib/directives/tooltip/tooltip.type.ts +0 -9
- package/src/lib/interfaces/common.interfaces.ts +0 -4
- package/src/lib/pipes/chunk.pipe.ts +0 -16
- package/src/lib/pipes/safe-html.pipe.ts +0 -14
- package/src/lib/pipes/sanitize-html.pipe.ts +0 -23
- package/src/lib/types/base.types.ts +0 -23
- package/src/lib/types/common.types.ts +0 -98
- package/src/lib/types/form.types.ts +0 -5
- package/src/lib/utils/common.utils.ts +0 -53
- package/src/lib/utils/date.utils.ts +0 -474
- package/src/lib/utils/number.utils.ts +0 -16
- package/src/lib/utils/uuid.utils.ts +0 -39
- package/src/public-api.ts +0 -114
- package/tsconfig.lib.json +0 -17
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -9
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Generates a RFC4122 version 4 UUID string.
|
|
5
|
-
* Uses the 'uuid' library for guaranteed uniqueness.
|
|
6
|
-
* @returns {string} A UUID v4 string.
|
|
7
|
-
*/
|
|
8
|
-
export function generateUUID(): string {
|
|
9
|
-
return uuidv4();
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Returns the current timestamp in ISO 8601 format.
|
|
14
|
-
* Useful for logging or time-stamping events in a standardized way.
|
|
15
|
-
* @returns {string} Current date-time as ISO string.
|
|
16
|
-
*/
|
|
17
|
-
export function getTimestampISO(): string {
|
|
18
|
-
return new Date().toISOString();
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* Returns the current timestamp in milliseconds since Unix epoch.
|
|
23
|
-
* Useful for performance measurements or relative time calculations.
|
|
24
|
-
* @returns {number} Current timestamp in milliseconds.
|
|
25
|
-
*/
|
|
26
|
-
export function getTimestampMillis(): number {
|
|
27
|
-
return Date.now();
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Generates a simple unique ID string with an optional prefix.
|
|
32
|
-
* Uses random alphanumeric characters and current time for uniqueness.
|
|
33
|
-
* Good for quick IDs that don't require strict UUID format.
|
|
34
|
-
* @param {string} prefix Optional string prefix (default: 'id').
|
|
35
|
-
* @returns {string} Unique ID string with prefix.
|
|
36
|
-
*/
|
|
37
|
-
export function generateUniqueId(prefix = 'id'): string {
|
|
38
|
-
return `${prefix}-${Math.random().toString(36).substring(2, 11)}`;
|
|
39
|
-
}
|
package/src/public-api.ts
DELETED
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
//#region [Components]
|
|
2
|
-
export * from './lib/components/accordion/accordion.component';
|
|
3
|
-
export * from './lib/components/button/button.component';
|
|
4
|
-
export * from './lib/components/card/card.component';
|
|
5
|
-
export * from './lib/components/modal/modal.component';
|
|
6
|
-
export * from './lib/components/toast/toast.component';
|
|
7
|
-
export * from './lib/components/toast-stack/toast-stack.component';
|
|
8
|
-
export * from './lib/components/snackbar/snackbar.component';
|
|
9
|
-
export * from './lib/components/code-block/code-block.component';
|
|
10
|
-
export * from './lib/components/breadcrumb/breadcrumb.component';
|
|
11
|
-
export * from './lib/components/layout/container/container.component';
|
|
12
|
-
export * from './lib/components/layout/divider/divider.component';
|
|
13
|
-
export * from './lib/components/layout/separator/separator.component';
|
|
14
|
-
export * from './lib/components/layout/section/section.component';
|
|
15
|
-
export * from './lib/components/morph/blob-moph/blob-moprh.component';
|
|
16
|
-
export * from './lib/components/decorative/sparkle-field/sparkle-field.component';
|
|
17
|
-
export * from './lib/components/pagination/small-pagination/small-pagination.component';
|
|
18
|
-
export * from './lib/components/table/table.component';
|
|
19
|
-
export * from './lib/components/tabs/tabs.component';
|
|
20
|
-
export * from './lib/components/title-bar/title-bar.component';
|
|
21
|
-
export * from './lib/components/side-nav/side-nav.component';
|
|
22
|
-
export * from './lib/components/stepper/stepper.component';
|
|
23
|
-
export * from './lib/components/input/input-text/input-text.component';
|
|
24
|
-
export * from './lib/components/input/input-number/input-number.component';
|
|
25
|
-
export * from './lib/components/input/input-date/input-date.component';
|
|
26
|
-
export * from './lib/components/input/input-calendar/input-calendar.component';
|
|
27
|
-
export * from './lib/components/input/input-time/input-time.component';
|
|
28
|
-
export * from './lib/components/input/input-date-time/input-date-time.component';
|
|
29
|
-
export * from './lib/components/input/input-clock-picker/input-clock-picker.component';
|
|
30
|
-
export * from './lib/components/input/input-validation/input-validation.component';
|
|
31
|
-
export * from './lib/components/input/input-toggle-switch/input-toggle-switch.component';
|
|
32
|
-
export * from './lib/components/input/input-checkbox/input-checkbox.component';
|
|
33
|
-
export * from './lib/components/input/input-checkbox-group/input-checkbox-group.component';
|
|
34
|
-
export * from './lib/components/input/input-radio-group/input-radio-group.component';
|
|
35
|
-
export * from './lib/components/input/input-slider/input-slider.component';
|
|
36
|
-
export * from './lib/components/input/input-file-upload/input-file-upload.component';
|
|
37
|
-
export * from './lib/components/loader/spinner/spinner.component';
|
|
38
|
-
export * from './lib/components/loader/progress-bar/progress-bar.component';
|
|
39
|
-
export * from './lib/components/loader/pulse-loader/pulse-loader.component';
|
|
40
|
-
export * from './lib/components/loader/skeleton-loader/skeleton-loader.component';
|
|
41
|
-
export * from './lib/components/loader/content-blur/content-blur.component';
|
|
42
|
-
export * from './lib/components/selection-lists/selection-list/selection-list.component';
|
|
43
|
-
export * from './lib/components/selection-lists/multi-select/multi-select.component';
|
|
44
|
-
export * from './lib/components/status/tag/tag.component';
|
|
45
|
-
export * from './lib/components/status/chip/chip.component';
|
|
46
|
-
export * from './lib/components/status/pill/pill.component';
|
|
47
|
-
export * from './lib/components/breadcrumb/breadcrumb.interface';
|
|
48
|
-
//#endregion
|
|
49
|
-
|
|
50
|
-
//#region [Directives]
|
|
51
|
-
export * from './lib/directives/tooltip/tooltip.directive';
|
|
52
|
-
export * from './lib/directives/tooltip/popover.directive';
|
|
53
|
-
export * from './lib/components/status/directives/badge/badge.directive';
|
|
54
|
-
//#endregion
|
|
55
|
-
|
|
56
|
-
//#region [Enums]
|
|
57
|
-
export * from './lib/components/table/table.enum';
|
|
58
|
-
//#endregion
|
|
59
|
-
|
|
60
|
-
//#region [Interfaces]
|
|
61
|
-
export * from './lib/components/code-block/code-block.interface';
|
|
62
|
-
export * from './lib/components/pagination/pagination.interface';
|
|
63
|
-
export * from './lib/components/table/table.interface';
|
|
64
|
-
export * from './lib/components/selection-lists/selection-lists-interface';
|
|
65
|
-
export * from './lib/components/status/status.interface';
|
|
66
|
-
export * from './lib/components/status/directives/badge/badge.interface';
|
|
67
|
-
//#endregion
|
|
68
|
-
|
|
69
|
-
//#region [Functions]
|
|
70
|
-
export * from './lib/components/table/table.function';
|
|
71
|
-
//#endregion
|
|
72
|
-
|
|
73
|
-
//#region [Pipes]
|
|
74
|
-
export * from './lib/components/table/table.pipe';
|
|
75
|
-
export * from './lib/pipes/sanitize-html.pipe';
|
|
76
|
-
export * from './lib/pipes/safe-html.pipe';
|
|
77
|
-
export * from './lib/pipes/chunk.pipe';
|
|
78
|
-
//#endregion
|
|
79
|
-
|
|
80
|
-
//#region [Types]
|
|
81
|
-
export * from './lib/components/accordion/accordion.type';
|
|
82
|
-
export * from './lib/components/button/button.type';
|
|
83
|
-
export * from './lib/components/card/card.type';
|
|
84
|
-
export * from './lib/components/code-block/code-block.type';
|
|
85
|
-
export * from './lib/components/modal/modal.type';
|
|
86
|
-
export * from './lib/components/toast/toast.type';
|
|
87
|
-
export * from './lib/components/snackbar/snackbar.type';
|
|
88
|
-
export * from './lib/components/table/table.type';
|
|
89
|
-
export * from './lib/components/loader/spinner/spinner.type';
|
|
90
|
-
export * from './lib/components/loader/progress-bar/progress-bar.type';
|
|
91
|
-
export * from './lib/components/loader/pulse-loader/pulse-loader.type';
|
|
92
|
-
export * from './lib/components/loader/skeleton-loader/skeleton-loader.type';
|
|
93
|
-
export * from './lib/components/status/status.type';
|
|
94
|
-
export * from './lib/components/status/tag/tag.type';
|
|
95
|
-
export * from './lib/components/status/chip/chip.type';
|
|
96
|
-
export * from './lib/components/status/pill/pill.type';
|
|
97
|
-
export * from './lib/components/tabs/tabs.type';
|
|
98
|
-
export * from './lib/components/stepper/stepper.type';
|
|
99
|
-
export * from './lib/components/side-nav/side-nav.type';
|
|
100
|
-
export * from './lib/components/layout/container/container.type';
|
|
101
|
-
export * from './lib/components/layout/divider/divider.type';
|
|
102
|
-
export * from './lib/components/layout/separator/separator.type';
|
|
103
|
-
export * from './lib/components/layout/section/section.type';
|
|
104
|
-
export * from './lib/directives/tooltip/tooltip.type';
|
|
105
|
-
export * from './lib/types/base.types';
|
|
106
|
-
export * from './lib/types/form.types';
|
|
107
|
-
export * from './lib/types/common.types';
|
|
108
|
-
//#endregion
|
|
109
|
-
|
|
110
|
-
//#region [Utils]
|
|
111
|
-
export * from './lib/utils/common.utils';
|
|
112
|
-
export * from './lib/utils/number.utils';
|
|
113
|
-
export * from './lib/utils/uuid.utils';
|
|
114
|
-
//#endregion
|
package/tsconfig.lib.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"outDir": "../../out-tsc/lib",
|
|
5
|
-
"declaration": true,
|
|
6
|
-
"declarationMap": true,
|
|
7
|
-
"inlineSources": true,
|
|
8
|
-
"types": [
|
|
9
|
-
"node"
|
|
10
|
-
],
|
|
11
|
-
"moduleResolution": "bundler",
|
|
12
|
-
"esModuleInterop": true,
|
|
13
|
-
"allowSyntheticDefaultImports": true,
|
|
14
|
-
"skipLibCheck": true
|
|
15
|
-
},
|
|
16
|
-
"exclude": ["**/*.spec.ts"]
|
|
17
|
-
}
|
package/tsconfig.lib.prod.json
DELETED
package/tsconfig.spec.json
DELETED