@bravobit/bb-foundation 0.43.2 → 0.43.4
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/esm2022/auth/lib/auth.interceptor.mjs +3 -3
- package/esm2022/auth/lib/auth.module.mjs +4 -4
- package/esm2022/auth/lib/auth.service.mjs +3 -3
- package/esm2022/auth/lib/directives/authenticated.directive.mjs +3 -3
- package/esm2022/collections/lib/collections.module.mjs +4 -4
- package/esm2022/collections/lib/components/collections-actions/collections-actions.component.mjs +3 -3
- package/esm2022/collections/lib/components/collections-grid/collections-grid.component.mjs +3 -3
- package/esm2022/collections/lib/components/collections-pager/collections-pager.component.mjs +3 -3
- package/esm2022/collections/lib/components/collections-table/collections-table.component.mjs +3 -3
- package/esm2022/collections/lib/components/collections-table-label/collections-table-label.component.mjs +3 -3
- package/esm2022/collections/lib/components/collections-table-sorting/collections-table-sorting.component.mjs +3 -3
- package/esm2022/collections/lib/components/collections-viewer/collections-viewer.component.mjs +3 -3
- package/esm2022/collections/lib/directives/collections-data-row.directive.mjs +3 -3
- package/esm2022/collections/lib/directives/collections-data.directive.mjs +3 -3
- package/esm2022/collections/lib/directives/collections-empty.directive.mjs +3 -3
- package/esm2022/collections/lib/directives/collections-error.directive.mjs +3 -3
- package/esm2022/collections/lib/directives/collections-initial.directive.mjs +3 -3
- package/esm2022/collections/lib/directives/collections-item.directive.mjs +3 -3
- package/esm2022/combobox/combobox/combobox-container.directive.mjs +3 -3
- package/esm2022/combobox/combobox/combobox.component.mjs +3 -3
- package/esm2022/combobox/combobox-label.directive.mjs +3 -3
- package/esm2022/combobox/combobox-option.directive.mjs +3 -3
- package/esm2022/combobox/combobox-panel/combobox-panel.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard/dashboard.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard-header/dashboard-header.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard-menu/dashboard-menu.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard-menu-item/dashboard-menu-item.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard-sidebar/dashboard-sidebar.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard-sidebar-group/dashboard-sidebar-group.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard-sidebar-item/dashboard-sidebar-item.component.mjs +3 -3
- package/esm2022/dashboard/lib/dashboard.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog-actions/dialog-actions.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog-confirm/dialog-confirm.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog-container/dialog-container.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog-header/dialog-header.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog-link/dialog-link.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog-modal/dialog-modal.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog-overlay/dialog-overlay.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog.insertion.mjs +3 -3
- package/esm2022/dialog/lib/dialog.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog.service.mjs +3 -3
- package/esm2022/dialog/lib/directives/confirm.directive.mjs +3 -3
- package/esm2022/elements/lib/avatar/avatar.component.mjs +3 -3
- package/esm2022/elements/lib/button/button.component.mjs +6 -6
- package/esm2022/elements/lib/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/elements/lib/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2022/elements/lib/date-picker/date-picker.component.mjs +6 -6
- package/esm2022/elements/lib/directives/addon.directive.mjs +6 -6
- package/esm2022/elements/lib/directives/extra-error-controls.directive.mjs +3 -3
- package/esm2022/elements/lib/directives/file-drop.directive.mjs +3 -3
- package/esm2022/elements/lib/directives/form-submit.directive.mjs +3 -3
- package/esm2022/elements/lib/directives/form-submitter.directive.mjs +3 -3
- package/esm2022/elements/lib/directives/image-upload.directive.mjs +3 -3
- package/esm2022/elements/lib/directives/input.directive.mjs +3 -3
- package/esm2022/elements/lib/elements.module.mjs +4 -4
- package/esm2022/elements/lib/file-picker/file-picker.component.mjs +3 -3
- package/esm2022/elements/lib/form-control/form-control.component.mjs +3 -3
- package/esm2022/elements/lib/form-error/form-error.component.mjs +3 -3
- package/esm2022/elements/lib/form-group/form-group.component.mjs +3 -3
- package/esm2022/elements/lib/icon/icon.component.mjs +3 -3
- package/esm2022/elements/lib/image-picker/image-picker.component.mjs +3 -3
- package/esm2022/elements/lib/multi-file-control/multi-file-control.component.mjs +3 -3
- package/esm2022/elements/lib/pipes/date.pipe.mjs +3 -3
- package/esm2022/elements/lib/pipes/file-image.pipe.mjs +3 -3
- package/esm2022/elements/lib/pipes/file-size.pipe.mjs +3 -3
- package/esm2022/elements/lib/pipes/relative-time.pipe.mjs +3 -3
- package/esm2022/elements/lib/radio-button/radio-button.component.mjs +3 -3
- package/esm2022/elements/lib/radio-group/radio-group.component.mjs +3 -3
- package/esm2022/elements/lib/spinner/spinner.component.mjs +3 -3
- package/esm2022/http/lib/http.module.mjs +4 -4
- package/esm2022/http/lib/interceptors/base-url.interceptor.mjs +3 -3
- package/esm2022/http/lib/interceptors/error.interceptor.mjs +3 -3
- package/esm2022/lib/core/services/exif.service.mjs +3 -3
- package/esm2022/lib/core/services/file-loader.service.mjs +3 -3
- package/esm2022/lib/core/services/files.service.mjs +3 -3
- package/esm2022/lib/core/services/image-converter.service.mjs +3 -3
- package/esm2022/lib/core/services/languages.service.mjs +3 -3
- package/esm2022/lib/core/services/network.service.mjs +3 -3
- package/esm2022/lib/core/services/patch.service.mjs +3 -3
- package/esm2022/localize/lib/localize.module.mjs +4 -4
- package/esm2022/localize/lib/localize.pipe.mjs +3 -3
- package/esm2022/localize/lib/localize.service.mjs +3 -3
- package/esm2022/localize/lib/views/localize-string/localize-string.component.mjs +3 -3
- package/esm2022/localize/lib/views/localize-template.directive.mjs +3 -3
- package/esm2022/masking/lib/directives/currency-mask.directive.mjs +3 -3
- package/esm2022/masking/lib/directives/date-mask.directive.mjs +3 -3
- package/esm2022/masking/lib/directives/input-mask.directive.mjs +3 -3
- package/esm2022/masking/lib/masking.module.mjs +4 -4
- package/esm2022/masking/lib/masking.service.mjs +3 -3
- package/esm2022/notifications/lib/notifications-item/notifications-item.component.mjs +3 -3
- package/esm2022/notifications/lib/notifications-list/notifications-list.component.mjs +3 -3
- package/esm2022/notifications/lib/notifications.module.mjs +4 -4
- package/esm2022/notifications/lib/notifications.service.mjs +3 -3
- package/esm2022/permissions/lib/directives/permission.directive.mjs +3 -3
- package/esm2022/permissions/lib/permissions.module.mjs +4 -4
- package/esm2022/permissions/lib/permissions.service.mjs +3 -3
- package/esm2022/recaptcha/lib/recaptcha/recaptcha.component.mjs +3 -3
- package/esm2022/recaptcha/lib/recaptcha-loader.service.mjs +3 -3
- package/esm2022/recaptcha/lib/recaptcha.module.mjs +4 -4
- package/esm2022/select/lib/select/select.component.mjs +3 -3
- package/esm2022/select/lib/select-label.directive.mjs +3 -3
- package/esm2022/select/lib/select-multi-label.directive.mjs +3 -3
- package/esm2022/select/lib/select-option-group.directive.mjs +3 -3
- package/esm2022/select/lib/select-option.directive.mjs +3 -3
- package/esm2022/select/lib/select.module.mjs +4 -4
- package/esm2022/storage/lib/storage.service.mjs +3 -3
- package/esm2022/table/lib/components/table/table.component.mjs +9 -9
- package/esm2022/table/lib/components/table-cell/table-cell.component.mjs +3 -3
- package/esm2022/table/lib/components/table-header-cell/table-header-cell.component.mjs +3 -3
- package/esm2022/table/lib/components/table-pager/table-pager.component.mjs +3 -3
- package/esm2022/table/lib/table.module.mjs +4 -4
- package/esm2022/tooltip/lib/tooltip-container/tooltip-container.component.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
- package/esm2022/utils/lib/directives/autosize.directive.mjs +3 -3
- package/esm2022/utils/lib/directives/focus-trap.directive.mjs +3 -3
- package/esm2022/utils/lib/directives/focus.directive.mjs +3 -3
- package/esm2022/utils/lib/directives/template.directive.mjs +3 -3
- package/esm2022/utils/lib/utils.module.mjs +4 -4
- package/fesm2022/bravobit-bb-foundation-auth.mjs +13 -13
- package/fesm2022/bravobit-bb-foundation-collections.mjs +43 -43
- package/fesm2022/bravobit-bb-foundation-combobox.mjs +15 -15
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
- package/fesm2022/bravobit-bb-foundation-dialog.mjs +34 -34
- package/fesm2022/bravobit-bb-foundation-elements.mjs +90 -90
- package/fesm2022/bravobit-bb-foundation-elements.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-http.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-localize.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
- package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-select.mjs +19 -19
- package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
- package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation.mjs +21 -21
- package/localize/lib/transforms/interpolate.transform.d.ts +1 -1
- package/localize/lib/transforms/plural.transform.d.ts +1 -1
- package/localize/lib/transforms/reference.transform.d.ts +1 -1
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bravobit/bb-foundation",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.4",
|
|
4
4
|
"description": "The Angular core foundation of the Bravobit team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Stan van Heumen",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"@angular/cdk": "^18.2.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"tslib": "^2.
|
|
16
|
+
"tslib": "^2.7.0",
|
|
17
17
|
"inputmask": "^5.0.9",
|
|
18
18
|
"@types/grecaptcha": "^3.0.9",
|
|
19
|
-
"@ng-select/ng-select": "^13.7.
|
|
19
|
+
"@ng-select/ng-select": "^13.7.1"
|
|
20
20
|
},
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"module": "fesm2022/bravobit-bb-foundation.mjs",
|
|
@@ -37,12 +37,6 @@
|
|
|
37
37
|
"esm": "./esm2022/auth/bravobit-bb-foundation-auth.mjs",
|
|
38
38
|
"default": "./fesm2022/bravobit-bb-foundation-auth.mjs"
|
|
39
39
|
},
|
|
40
|
-
"./combobox": {
|
|
41
|
-
"types": "./combobox/index.d.ts",
|
|
42
|
-
"esm2022": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
|
|
43
|
-
"esm": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
|
|
44
|
-
"default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
|
|
45
|
-
},
|
|
46
40
|
"./collections": {
|
|
47
41
|
"types": "./collections/index.d.ts",
|
|
48
42
|
"esm2022": "./esm2022/collections/bravobit-bb-foundation-collections.mjs",
|
|
@@ -55,6 +49,12 @@
|
|
|
55
49
|
"esm": "./esm2022/dashboard/bravobit-bb-foundation-dashboard.mjs",
|
|
56
50
|
"default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
|
|
57
51
|
},
|
|
52
|
+
"./elements": {
|
|
53
|
+
"types": "./elements/index.d.ts",
|
|
54
|
+
"esm2022": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",
|
|
55
|
+
"esm": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",
|
|
56
|
+
"default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./dialog": {
|
|
59
59
|
"types": "./dialog/index.d.ts",
|
|
60
60
|
"esm2022": "./esm2022/dialog/bravobit-bb-foundation-dialog.mjs",
|
|
@@ -67,35 +67,29 @@
|
|
|
67
67
|
"esm": "./esm2022/http/bravobit-bb-foundation-http.mjs",
|
|
68
68
|
"default": "./fesm2022/bravobit-bb-foundation-http.mjs"
|
|
69
69
|
},
|
|
70
|
-
"./elements": {
|
|
71
|
-
"types": "./elements/index.d.ts",
|
|
72
|
-
"esm2022": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",
|
|
73
|
-
"esm": "./esm2022/elements/bravobit-bb-foundation-elements.mjs",
|
|
74
|
-
"default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
|
|
75
|
-
},
|
|
76
70
|
"./localize": {
|
|
77
71
|
"types": "./localize/index.d.ts",
|
|
78
72
|
"esm2022": "./esm2022/localize/bravobit-bb-foundation-localize.mjs",
|
|
79
73
|
"esm": "./esm2022/localize/bravobit-bb-foundation-localize.mjs",
|
|
80
74
|
"default": "./fesm2022/bravobit-bb-foundation-localize.mjs"
|
|
81
75
|
},
|
|
82
|
-
"./masking": {
|
|
83
|
-
"types": "./masking/index.d.ts",
|
|
84
|
-
"esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
85
|
-
"esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
86
|
-
"default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
|
|
87
|
-
},
|
|
88
76
|
"./notifications": {
|
|
89
77
|
"types": "./notifications/index.d.ts",
|
|
90
78
|
"esm2022": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
|
|
91
79
|
"esm": "./esm2022/notifications/bravobit-bb-foundation-notifications.mjs",
|
|
92
80
|
"default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
|
|
93
81
|
},
|
|
94
|
-
"./
|
|
95
|
-
"types": "./
|
|
96
|
-
"esm2022": "./esm2022/
|
|
97
|
-
"esm": "./esm2022/
|
|
98
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
82
|
+
"./masking": {
|
|
83
|
+
"types": "./masking/index.d.ts",
|
|
84
|
+
"esm2022": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
85
|
+
"esm": "./esm2022/masking/bravobit-bb-foundation-masking.mjs",
|
|
86
|
+
"default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
|
|
87
|
+
},
|
|
88
|
+
"./combobox": {
|
|
89
|
+
"types": "./combobox/index.d.ts",
|
|
90
|
+
"esm2022": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
|
|
91
|
+
"esm": "./esm2022/combobox/bravobit-bb-foundation-combobox.mjs",
|
|
92
|
+
"default": "./fesm2022/bravobit-bb-foundation-combobox.mjs"
|
|
99
93
|
},
|
|
100
94
|
"./recaptcha": {
|
|
101
95
|
"types": "./recaptcha/index.d.ts",
|
|
@@ -109,11 +103,11 @@
|
|
|
109
103
|
"esm": "./esm2022/rxjs/bravobit-bb-foundation-rxjs.mjs",
|
|
110
104
|
"default": "./fesm2022/bravobit-bb-foundation-rxjs.mjs"
|
|
111
105
|
},
|
|
112
|
-
"./
|
|
113
|
-
"types": "./
|
|
114
|
-
"esm2022": "./esm2022/
|
|
115
|
-
"esm": "./esm2022/
|
|
116
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
106
|
+
"./table": {
|
|
107
|
+
"types": "./table/index.d.ts",
|
|
108
|
+
"esm2022": "./esm2022/table/bravobit-bb-foundation-table.mjs",
|
|
109
|
+
"esm": "./esm2022/table/bravobit-bb-foundation-table.mjs",
|
|
110
|
+
"default": "./fesm2022/bravobit-bb-foundation-table.mjs"
|
|
117
111
|
},
|
|
118
112
|
"./storage": {
|
|
119
113
|
"types": "./storage/index.d.ts",
|
|
@@ -121,23 +115,29 @@
|
|
|
121
115
|
"esm": "./esm2022/storage/bravobit-bb-foundation-storage.mjs",
|
|
122
116
|
"default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
|
|
123
117
|
},
|
|
124
|
-
"./
|
|
125
|
-
"types": "./
|
|
126
|
-
"esm2022": "./esm2022/
|
|
127
|
-
"esm": "./esm2022/
|
|
128
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
129
|
-
},
|
|
130
|
-
"./tooltip": {
|
|
131
|
-
"types": "./tooltip/index.d.ts",
|
|
132
|
-
"esm2022": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
|
|
133
|
-
"esm": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
|
|
134
|
-
"default": "./fesm2022/bravobit-bb-foundation-tooltip.mjs"
|
|
118
|
+
"./permissions": {
|
|
119
|
+
"types": "./permissions/index.d.ts",
|
|
120
|
+
"esm2022": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
|
|
121
|
+
"esm": "./esm2022/permissions/bravobit-bb-foundation-permissions.mjs",
|
|
122
|
+
"default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
|
|
135
123
|
},
|
|
136
124
|
"./utils": {
|
|
137
125
|
"types": "./utils/index.d.ts",
|
|
138
126
|
"esm2022": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
|
|
139
127
|
"esm": "./esm2022/utils/bravobit-bb-foundation-utils.mjs",
|
|
140
128
|
"default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
|
|
129
|
+
},
|
|
130
|
+
"./select": {
|
|
131
|
+
"types": "./select/index.d.ts",
|
|
132
|
+
"esm2022": "./esm2022/select/bravobit-bb-foundation-select.mjs",
|
|
133
|
+
"esm": "./esm2022/select/bravobit-bb-foundation-select.mjs",
|
|
134
|
+
"default": "./fesm2022/bravobit-bb-foundation-select.mjs"
|
|
135
|
+
},
|
|
136
|
+
"./tooltip": {
|
|
137
|
+
"types": "./tooltip/index.d.ts",
|
|
138
|
+
"esm2022": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
|
|
139
|
+
"esm": "./esm2022/tooltip/bravobit-bb-foundation-tooltip.mjs",
|
|
140
|
+
"default": "./fesm2022/bravobit-bb-foundation-tooltip.mjs"
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
}
|