@bravobit/bb-foundation 0.57.6 → 0.57.8
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/fesm2022/bravobit-bb-foundation-auth.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-auth.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-collections.mjs +43 -43
- package/fesm2022/bravobit-bb-foundation-collections.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs +25 -25
- package/fesm2022/bravobit-bb-foundation-dashboard.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-dialog.mjs +35 -35
- package/fesm2022/bravobit-bb-foundation-dialog.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-elements.mjs +105 -105
- 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-localize.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-masking.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-masking.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-notifications.mjs +13 -13
- package/fesm2022/bravobit-bb-foundation-notifications.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-permissions.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-permissions.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-recaptcha.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-select.mjs +23 -23
- package/fesm2022/bravobit-bb-foundation-select.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-storage.mjs +3 -3
- package/fesm2022/bravobit-bb-foundation-table.mjs +22 -22
- package/fesm2022/bravobit-bb-foundation-table.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs +10 -10
- package/fesm2022/bravobit-bb-foundation-tooltip.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation-utils.mjs +16 -16
- package/fesm2022/bravobit-bb-foundation-utils.mjs.map +1 -1
- package/fesm2022/bravobit-bb-foundation.mjs +29 -26
- package/fesm2022/bravobit-bb-foundation.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bravobit/bb-foundation",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.8",
|
|
4
4
|
"description": "The Angular core foundation of the Bravobit team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Stan van Heumen",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tslib": "^2.8.1",
|
|
17
17
|
"inputmask": "^5.0.9",
|
|
18
18
|
"@types/grecaptcha": "^3.0.9",
|
|
19
|
-
"@ng-select/ng-select": "~20.
|
|
19
|
+
"@ng-select/ng-select": "~20.4.0"
|
|
20
20
|
},
|
|
21
21
|
"sideEffects": false,
|
|
22
22
|
"schematics": "./schematics/collection.json",
|
|
@@ -44,37 +44,33 @@
|
|
|
44
44
|
"types": "./collections/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/bravobit-bb-foundation-collections.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./
|
|
48
|
-
"types": "./
|
|
49
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
47
|
+
"./elements": {
|
|
48
|
+
"types": "./elements/index.d.ts",
|
|
49
|
+
"default": "./fesm2022/bravobit-bb-foundation-elements.mjs"
|
|
50
50
|
},
|
|
51
51
|
"./dialog": {
|
|
52
52
|
"types": "./dialog/index.d.ts",
|
|
53
53
|
"default": "./fesm2022/bravobit-bb-foundation-dialog.mjs"
|
|
54
54
|
},
|
|
55
|
-
"./
|
|
56
|
-
"types": "./
|
|
57
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
58
|
-
},
|
|
59
|
-
"./http": {
|
|
60
|
-
"types": "./http/index.d.ts",
|
|
61
|
-
"default": "./fesm2022/bravobit-bb-foundation-http.mjs"
|
|
55
|
+
"./dashboard": {
|
|
56
|
+
"types": "./dashboard/index.d.ts",
|
|
57
|
+
"default": "./fesm2022/bravobit-bb-foundation-dashboard.mjs"
|
|
62
58
|
},
|
|
63
59
|
"./localize": {
|
|
64
60
|
"types": "./localize/index.d.ts",
|
|
65
61
|
"default": "./fesm2022/bravobit-bb-foundation-localize.mjs"
|
|
66
62
|
},
|
|
67
|
-
"./
|
|
68
|
-
"types": "./
|
|
69
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
63
|
+
"./http": {
|
|
64
|
+
"types": "./http/index.d.ts",
|
|
65
|
+
"default": "./fesm2022/bravobit-bb-foundation-http.mjs"
|
|
70
66
|
},
|
|
71
67
|
"./notifications": {
|
|
72
68
|
"types": "./notifications/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/bravobit-bb-foundation-notifications.mjs"
|
|
74
70
|
},
|
|
75
|
-
"./
|
|
76
|
-
"types": "./
|
|
77
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
71
|
+
"./masking": {
|
|
72
|
+
"types": "./masking/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/bravobit-bb-foundation-masking.mjs"
|
|
78
74
|
},
|
|
79
75
|
"./recaptcha": {
|
|
80
76
|
"types": "./recaptcha/index.d.ts",
|
|
@@ -84,17 +80,17 @@
|
|
|
84
80
|
"types": "./rxjs/index.d.ts",
|
|
85
81
|
"default": "./fesm2022/bravobit-bb-foundation-rxjs.mjs"
|
|
86
82
|
},
|
|
87
|
-
"./select": {
|
|
88
|
-
"types": "./select/index.d.ts",
|
|
89
|
-
"default": "./fesm2022/bravobit-bb-foundation-select.mjs"
|
|
90
|
-
},
|
|
91
83
|
"./storage": {
|
|
92
84
|
"types": "./storage/index.d.ts",
|
|
93
85
|
"default": "./fesm2022/bravobit-bb-foundation-storage.mjs"
|
|
94
86
|
},
|
|
95
|
-
"./
|
|
96
|
-
"types": "./
|
|
97
|
-
"default": "./fesm2022/bravobit-bb-foundation-
|
|
87
|
+
"./select": {
|
|
88
|
+
"types": "./select/index.d.ts",
|
|
89
|
+
"default": "./fesm2022/bravobit-bb-foundation-select.mjs"
|
|
90
|
+
},
|
|
91
|
+
"./permissions": {
|
|
92
|
+
"types": "./permissions/index.d.ts",
|
|
93
|
+
"default": "./fesm2022/bravobit-bb-foundation-permissions.mjs"
|
|
98
94
|
},
|
|
99
95
|
"./table": {
|
|
100
96
|
"types": "./table/index.d.ts",
|
|
@@ -103,6 +99,10 @@
|
|
|
103
99
|
"./utils": {
|
|
104
100
|
"types": "./utils/index.d.ts",
|
|
105
101
|
"default": "./fesm2022/bravobit-bb-foundation-utils.mjs"
|
|
102
|
+
},
|
|
103
|
+
"./tooltip": {
|
|
104
|
+
"types": "./tooltip/index.d.ts",
|
|
105
|
+
"default": "./fesm2022/bravobit-bb-foundation-tooltip.mjs"
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|