@bravobit/bb-foundation 0.29.3 → 0.30.0
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/auth/lib/auth.service.d.ts +1 -2
- package/esm2022/auth/lib/auth.interceptor.mjs +6 -6
- package/esm2022/auth/lib/auth.module.mjs +5 -5
- package/esm2022/auth/lib/auth.service.mjs +10 -11
- package/esm2022/auth/lib/directives/authenticated.directive.mjs +5 -5
- package/esm2022/auth/lib/guards/anonymous.guard.mjs +6 -6
- package/esm2022/auth/lib/guards/authenticated.guard.mjs +6 -6
- package/esm2022/collections/lib/collections.module.mjs +5 -5
- package/esm2022/collections/lib/components/collections-pager/collections-pager.component.mjs +5 -5
- package/esm2022/collections/lib/components/collections-viewer/collections-viewer.component.mjs +4 -4
- package/esm2022/collections/lib/components/collections.directive.mjs +13 -13
- package/esm2022/controls/lib/checkbox/checkbox/checkbox.component.mjs +5 -5
- package/esm2022/controls/lib/checkbox/checkbox-group/checkbox-group.component.mjs +5 -5
- package/esm2022/controls/lib/checkbox/checkbox.module.mjs +5 -5
- package/esm2022/controls/lib/control-error/control-error/control-error.component.mjs +6 -6
- package/esm2022/controls/lib/control-error/control-error-submit.directive.mjs +5 -5
- package/esm2022/controls/lib/control-error/control-error.module.mjs +5 -5
- package/esm2022/controls/lib/controls.module.mjs +5 -5
- package/esm2022/controls/lib/form-control/form-control/form-control.component.mjs +6 -6
- package/esm2022/controls/lib/form-control/form-control-addon/form-control-addon.component.mjs +5 -5
- package/esm2022/controls/lib/form-control/form-control-input.directive.mjs +6 -6
- package/esm2022/controls/lib/form-control/form-control.module.mjs +5 -5
- package/esm2022/controls/lib/radio/radio-button/radio-button.component.mjs +5 -5
- package/esm2022/controls/lib/radio/radio-group/radio-group.component.mjs +6 -6
- package/esm2022/controls/lib/radio/radio.module.mjs +5 -5
- package/esm2022/controls/lib/toggle/toggle/toggle.component.mjs +5 -5
- package/esm2022/controls/lib/toggle/toggle-group/toggle-group.component.mjs +5 -5
- package/esm2022/controls/lib/toggle/toggle.module.mjs +5 -5
- package/esm2022/dashboard/lib/dashboard/dashboard.component.mjs +5 -5
- package/esm2022/dashboard/lib/dashboard-header/dashboard-header.component.mjs +6 -6
- package/esm2022/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +4 -4
- package/esm2022/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +5 -5
- package/esm2022/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +5 -5
- package/esm2022/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +6 -6
- package/esm2022/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +6 -6
- package/esm2022/dashboard/lib/dashboard.module.mjs +5 -5
- package/esm2022/dialog/lib/dialog-actions/dialog-actions.component.mjs +4 -4
- package/esm2022/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +5 -5
- package/esm2022/dialog/lib/dialog-container/dialog-container.component.mjs +5 -5
- package/esm2022/dialog/lib/dialog-header/dialog-header.component.mjs +4 -4
- package/esm2022/dialog/lib/dialog-link/dialog-link.component.mjs +5 -5
- package/esm2022/dialog/lib/dialog-modal/dialog-modal.component.mjs +6 -6
- package/esm2022/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +5 -5
- package/esm2022/dialog/lib/dialog.insertion.mjs +5 -5
- package/esm2022/dialog/lib/dialog.module.mjs +5 -5
- package/esm2022/dialog/lib/dialog.service.mjs +5 -5
- package/esm2022/elements/lib/avatar/avatar.component.mjs +4 -4
- package/esm2022/elements/lib/button/button.component.mjs +9 -9
- package/esm2022/elements/lib/checkbox/checkbox.component.mjs +5 -5
- package/esm2022/elements/lib/date-picker/date-picker.component.mjs +6 -6
- package/esm2022/elements/lib/directives/addon.directive.mjs +7 -7
- package/esm2022/elements/lib/directives/form-submit.directive.mjs +6 -6
- package/esm2022/elements/lib/directives/form-submitter.directive.mjs +4 -4
- package/esm2022/elements/lib/directives/input.directive.mjs +11 -11
- package/esm2022/elements/lib/dropdown/dropdown.component.mjs +10 -10
- package/esm2022/elements/lib/elements.module.mjs +5 -5
- package/esm2022/elements/lib/file-picker/file-picker.component.mjs +6 -6
- package/esm2022/elements/lib/form-control/form-control.component.mjs +5 -5
- package/esm2022/elements/lib/form-error/form-error.component.mjs +6 -6
- package/esm2022/elements/lib/form-group/form-group.component.mjs +4 -4
- package/esm2022/elements/lib/icon/icon.component.mjs +6 -6
- package/esm2022/elements/lib/image-picker/image-picker.component.mjs +5 -5
- package/esm2022/elements/lib/pipes/file-image.pipe.mjs +5 -5
- package/esm2022/elements/lib/pipes/file-size.pipe.mjs +4 -4
- package/esm2022/elements/lib/pipes/relative-time.pipe.mjs +6 -6
- package/esm2022/elements/lib/spinner/spinner.component.mjs +4 -4
- package/esm2022/elements/lib/tag/tag.component.mjs +4 -4
- package/esm2022/http/lib/http.module.mjs +7 -7
- package/esm2022/http/lib/interceptors/base-url.interceptor.mjs +6 -6
- package/esm2022/http/lib/interceptors/error.interceptor.mjs +5 -5
- package/esm2022/lib/core/services/clipboard.service.mjs +6 -6
- package/esm2022/lib/core/services/exif.service.mjs +5 -5
- package/esm2022/lib/core/services/file-loader.service.mjs +4 -4
- package/esm2022/lib/core/services/image-converter.service.mjs +5 -5
- package/esm2022/lib/core/services/languages.service.mjs +6 -6
- package/esm2022/lib/core/services/network.service.mjs +6 -6
- package/esm2022/lib/core/services/patch.service.mjs +6 -6
- package/esm2022/localize/lib/localize.module.mjs +5 -5
- package/esm2022/localize/lib/localize.pipe.mjs +6 -6
- package/esm2022/localize/lib/localize.service.mjs +6 -6
- package/esm2022/localize/lib/transforms/interpolate.transform.mjs +3 -2
- package/esm2022/localize/lib/transforms/plural.transform.mjs +3 -2
- package/esm2022/localize/lib/transforms/reference.transform.mjs +3 -2
- package/esm2022/localize/lib/views/localize-string/localize-string.component.mjs +5 -5
- package/esm2022/localize/lib/views/localize-template.directive.mjs +5 -5
- package/esm2022/masking/lib/directives/currency-mask.directive.mjs +6 -6
- package/esm2022/masking/lib/directives/date-mask.directive.mjs +6 -6
- package/esm2022/masking/lib/directives/input-mask.directive.mjs +6 -6
- package/esm2022/masking/lib/masking.module.mjs +5 -5
- package/esm2022/masking/lib/masking.service.mjs +6 -6
- package/esm2022/notifications/lib/notifications-item/notifications-item.component.mjs +5 -5
- package/esm2022/notifications/lib/notifications-list/notifications-list.component.mjs +5 -5
- package/esm2022/notifications/lib/notifications.module.mjs +5 -5
- package/esm2022/notifications/lib/notifications.service.mjs +6 -6
- package/esm2022/permissions/lib/directives/permission.directive.mjs +5 -5
- package/esm2022/permissions/lib/guards/permission.guard.mjs +6 -6
- package/esm2022/permissions/lib/permissions.module.mjs +5 -5
- package/esm2022/permissions/lib/permissions.service.mjs +5 -5
- package/esm2022/recaptcha/lib/recaptcha/recaptcha.component.mjs +6 -6
- package/esm2022/recaptcha/lib/recaptcha-loader.service.mjs +6 -6
- package/esm2022/recaptcha/lib/recaptcha.module.mjs +5 -5
- package/esm2022/storage/lib/storage.service.mjs +6 -6
- package/esm2022/table/lib/components/table/table.component.mjs +10 -10
- package/esm2022/table/lib/components/table-cell/table-cell.component.mjs +4 -4
- package/esm2022/table/lib/components/table-header-cell/table-header-cell.component.mjs +6 -6
- package/esm2022/table/lib/components/table-pager/table-pager.component.mjs +6 -6
- package/esm2022/table/lib/table.module.mjs +5 -5
- package/esm2022/theming/lib/theming.directive.mjs +5 -5
- package/esm2022/theming/lib/theming.module.mjs +5 -5
- package/esm2022/tooltip/lib/tooltip-container/tooltip-container.component.mjs +6 -6
- package/esm2022/tooltip/lib/tooltip.directive.mjs +5 -5
- package/esm2022/tooltip/lib/tooltip.module.mjs +5 -5
- package/esm2022/utils/lib/directives/autosize.directive.mjs +5 -5
- package/esm2022/utils/lib/directives/focus-trap.directive.mjs +5 -5
- package/esm2022/utils/lib/directives/focus.directive.mjs +5 -5
- package/esm2022/utils/lib/directives/template.directive.mjs +5 -5
- package/esm2022/utils/lib/utils.module.mjs +5 -5
- package/fesm2022/bravobit-bb-foundation-auth.mjs +31 -32
- package/fesm2022/bravobit-bb-foundation-auth.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-collections.mjs +23 -23
- package/fesm2022/bravobit-bb-foundation-collections.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-controls.mjs +74 -74
- package/fesm2022/bravobit-bb-foundation-controls.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs +34 -34
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-dialog.mjs +40 -40
- package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-elements.mjs +104 -104
- package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-http.mjs +15 -15
- package/fesm2022/bravobit-bb-foundation-http.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-localize.mjs +23 -23
- package/fesm2022/bravobit-bb-foundation-localize.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-masking.mjs +25 -25
- package/fesm2022/bravobit-bb-foundation-masking.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-notifications.mjs +18 -18
- package/fesm2022/bravobit-bb-foundation-notifications.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-permissions.mjs +17 -17
- package/fesm2022/bravobit-bb-foundation-permissions.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +14 -14
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-rxjs.mjs +1 -1
- package/fesm2022/bravobit-bb-foundation-storage.mjs +5 -5
- package/fesm2022/bravobit-bb-foundation-storage.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-table.mjs +26 -26
- package/fesm2022/bravobit-bb-foundation-table.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-theming.mjs +8 -8
- package/fesm2022/bravobit-bb-foundation-theming.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs +13 -13
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-utils.mjs +20 -20
- package/fesm2022/bravobit-bb-foundation-utils.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation.mjs +31 -31
- package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
- package/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bravobit/bb-foundation",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.0",
|
|
4
4
|
"description": "The Angular core foundation of the Bravobit team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Stan van Heumen",
|
|
@@ -8,15 +8,16 @@
|
|
|
8
8
|
"url": "https://bravobit.nl"
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
|
-
"@angular/common": "^
|
|
12
|
-
"@angular/core": "^
|
|
13
|
-
"@angular/cdk": "^
|
|
11
|
+
"@angular/common": "^17.0.0",
|
|
12
|
+
"@angular/core": "^17.0.0",
|
|
13
|
+
"@angular/cdk": "^17.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"tslib": "^2.6.2",
|
|
17
17
|
"inputmask": "^5.0.8",
|
|
18
18
|
"@types/grecaptcha": "^3.0.7"
|
|
19
19
|
},
|
|
20
|
+
"sideEffects": false,
|
|
20
21
|
"module": "fesm2022/bravobit-bb-foundation.mjs",
|
|
21
22
|
"typings": "index.d.ts",
|
|
22
23
|
"exports": {
|
|
@@ -41,18 +42,18 @@
|
|
|
41
42
|
"esm": "./esm2022/collections/bravobit-bb-foundation-collections.mjs",
|
|
42
43
|
"default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
|
|
43
44
|
},
|
|
44
|
-
"./dialog": {
|
|
45
|
-
"types": "./dialog/index.d.ts",
|
|
46
|
-
"esm2022": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
|
|
47
|
-
"esm": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
|
|
48
|
-
"default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
|
|
49
|
-
},
|
|
50
45
|
"./dashboard": {
|
|
51
46
|
"types": "./dashboard/index.d.ts",
|
|
52
47
|
"esm2022": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
|
|
53
48
|
"esm": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
|
|
54
49
|
"default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
|
|
55
50
|
},
|
|
51
|
+
"./dialog": {
|
|
52
|
+
"types": "./dialog/index.d.ts",
|
|
53
|
+
"esm2022": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
|
|
54
|
+
"esm": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
|
|
55
|
+
"default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
|
|
56
|
+
},
|
|
56
57
|
"./controls": {
|
|
57
58
|
"types": "./controls/index.d.ts",
|
|
58
59
|
"esm2022": "./esm2022/controls/bravobit-bb-foundation-controls.mjs",
|
|
@@ -77,42 +78,30 @@
|
|
|
77
78
|
"esm": "./esm2022/localize/bravobit-bb-foundation-localize.mjs",
|
|
78
79
|
"default": "./fesm2022/bravobit-bb-foundation-localize.mjs"
|
|
79
80
|
},
|
|
80
|
-
"./masking": {
|
|
81
|
-
"types": "./masking/index.d.ts",
|
|
82
|
-
"esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
83
|
-
"esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
84
|
-
"default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
|
|
85
|
-
},
|
|
86
81
|
"./notifications": {
|
|
87
82
|
"types": "./notifications/index.d.ts",
|
|
88
83
|
"esm2022": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
|
|
89
84
|
"esm": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
|
|
90
85
|
"default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
|
|
91
86
|
},
|
|
87
|
+
"./masking": {
|
|
88
|
+
"types": "./masking/index.d.ts",
|
|
89
|
+
"esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
90
|
+
"esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
91
|
+
"default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
|
|
92
|
+
},
|
|
92
93
|
"./recaptcha": {
|
|
93
94
|
"types": "./recaptcha/index.d.ts",
|
|
94
95
|
"esm2022": "./esm2022/recaptcha/bravobit-bb-foundation-recaptcha.mjs",
|
|
95
96
|
"esm": "./esm2022/recaptcha/bravobit-bb-foundation-recaptcha.mjs",
|
|
96
97
|
"default": "./fesm2022/bravobit-bb-foundation-recaptcha.mjs"
|
|
97
98
|
},
|
|
98
|
-
"./permissions": {
|
|
99
|
-
"types": "./permissions/index.d.ts",
|
|
100
|
-
"esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
|
|
101
|
-
"esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
|
|
102
|
-
"default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
|
|
103
|
-
},
|
|
104
99
|
"./rxjs": {
|
|
105
100
|
"types": "./rxjs/index.d.ts",
|
|
106
101
|
"esm2022": "./esm2022/rxjs/bravobit-bb-foundation-rxjs.mjs",
|
|
107
102
|
"esm": "./esm2022/rxjs/bravobit-bb-foundation-rxjs.mjs",
|
|
108
103
|
"default": "./fesm2022/bravobit-bb-foundation-rxjs.mjs"
|
|
109
104
|
},
|
|
110
|
-
"./storage": {
|
|
111
|
-
"types": "./storage/index.d.ts",
|
|
112
|
-
"esm2022": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
|
|
113
|
-
"esm": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
|
|
114
|
-
"default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
|
|
115
|
-
},
|
|
116
105
|
"./table": {
|
|
117
106
|
"types": "./table/index.d.ts",
|
|
118
107
|
"esm2022": "./esm2022/table/bravobit-bb-foundation-table.mjs",
|
|
@@ -125,18 +114,29 @@
|
|
|
125
114
|
"esm": "./esm2022/theming/bravobit-bb-foundation-theming.mjs",
|
|
126
115
|
"default": "./fesm2022/bravobit-bb-foundation-theming.mjs"
|
|
127
116
|
},
|
|
128
|
-
"./
|
|
129
|
-
"types": "./
|
|
130
|
-
"esm2022": "./esm2022/
|
|
131
|
-
"esm": "./esm2022/
|
|
132
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
117
|
+
"./storage": {
|
|
118
|
+
"types": "./storage/index.d.ts",
|
|
119
|
+
"esm2022": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
|
|
120
|
+
"esm": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
|
|
121
|
+
"default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
|
|
122
|
+
},
|
|
123
|
+
"./permissions": {
|
|
124
|
+
"types": "./permissions/index.d.ts",
|
|
125
|
+
"esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
|
|
126
|
+
"esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
|
|
127
|
+
"default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
|
|
133
128
|
},
|
|
134
129
|
"./tooltip": {
|
|
135
130
|
"types": "./tooltip/index.d.ts",
|
|
136
131
|
"esm2022": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
|
|
137
132
|
"esm": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
|
|
138
133
|
"default": "./fesm2022/bravobit-bb-foundation-tooltip.mjs"
|
|
134
|
+
},
|
|
135
|
+
"./utils": {
|
|
136
|
+
"types": "./utils/index.d.ts",
|
|
137
|
+
"esm2022": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
|
|
138
|
+
"esm": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
|
|
139
|
+
"default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
|
|
139
140
|
}
|
|
140
|
-
}
|
|
141
|
-
"sideEffects": false
|
|
141
|
+
}
|
|
142
142
|
}
|