@theseam/ui-common 1.0.0-beta.0 → 1.0.0-beta.10
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/breadcrumbs/index.d.ts +1 -2
- package/buttons/index.d.ts +20 -13
- package/datatable/index.d.ts +77 -39
- package/dynamic/index.d.ts +5 -5
- package/fesm2022/theseam-ui-common-asset-reader.mjs +28 -29
- package/fesm2022/theseam-ui-common-asset-reader.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-breadcrumbs.mjs +25 -31
- package/fesm2022/theseam-ui-common-breadcrumbs.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-buttons.mjs +108 -66
- package/fesm2022/theseam-ui-common-buttons.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-card.mjs +21 -21
- package/fesm2022/theseam-ui-common-card.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-carousel.mjs +28 -30
- package/fesm2022/theseam-ui-common-carousel.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-checkbox.mjs +27 -27
- package/fesm2022/theseam-ui-common-checkbox.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-confirm-dialog.mjs +23 -27
- package/fesm2022/theseam-ui-common-confirm-dialog.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-core.mjs +31 -11
- package/fesm2022/theseam-ui-common-core.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-data-exporter.mjs +18 -19
- package/fesm2022/theseam-ui-common-data-exporter.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-data-filters.mjs +80 -64
- package/fesm2022/theseam-ui-common-data-filters.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs +51 -49
- package/fesm2022/theseam-ui-common-datatable-alterations-display.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-datatable-dynamic.mjs +145 -112
- package/fesm2022/theseam-ui-common-datatable-dynamic.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-datatable.mjs +727 -420
- package/fesm2022/theseam-ui-common-datatable.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs +12 -14
- package/fesm2022/theseam-ui-common-dynamic-component-loader.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-dynamic.mjs +60 -48
- package/fesm2022/theseam-ui-common-dynamic.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-footer-bar.mjs +9 -15
- package/fesm2022/theseam-ui-common-footer-bar.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-form-field-error.mjs +60 -43
- package/fesm2022/theseam-ui-common-form-field-error.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-form-field.mjs +129 -76
- package/fesm2022/theseam-ui-common-form-field.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-framework.mjs +669 -543
- package/fesm2022/theseam-ui-common-framework.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-google-maps.mjs +206 -149
- package/fesm2022/theseam-ui-common-google-maps.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-graphql.mjs +311 -254
- package/fesm2022/theseam-ui-common-graphql.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-icon.mjs +125 -89
- package/fesm2022/theseam-ui-common-icon.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-layout.mjs +18 -26
- package/fesm2022/theseam-ui-common-layout.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-loading.mjs +19 -28
- package/fesm2022/theseam-ui-common-loading.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-menu.mjs +124 -95
- package/fesm2022/theseam-ui-common-menu.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-modal.mjs +178 -129
- package/fesm2022/theseam-ui-common-modal.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-models.mjs +3 -3
- package/fesm2022/theseam-ui-common-models.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-navigation-reload.mjs +13 -11
- package/fesm2022/theseam-ui-common-navigation-reload.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-popover.mjs +81 -88
- package/fesm2022/theseam-ui-common-popover.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-progress.mjs +15 -19
- package/fesm2022/theseam-ui-common-progress.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-rich-text.mjs +65 -52
- package/fesm2022/theseam-ui-common-rich-text.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-scrollbar.mjs +12 -9
- package/fesm2022/theseam-ui-common-scrollbar.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-services.mjs +41 -26
- package/fesm2022/theseam-ui-common-services.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-shared.mjs +149 -159
- package/fesm2022/theseam-ui-common-shared.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-storage.mjs +9 -6
- package/fesm2022/theseam-ui-common-storage.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-story-helpers.mjs +148 -86
- package/fesm2022/theseam-ui-common-story-helpers.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tabbed.mjs +43 -39
- package/fesm2022/theseam-ui-common-tabbed.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-table-cell-type.mjs +63 -39
- package/fesm2022/theseam-ui-common-table-cell-type.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-table-cell-types.mjs +182 -144
- package/fesm2022/theseam-ui-common-table-cell-types.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-table.mjs +62 -41
- package/fesm2022/theseam-ui-common-table.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tel-input.mjs +98 -63
- package/fesm2022/theseam-ui-common-tel-input.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-testing.mjs +13 -10
- package/fesm2022/theseam-ui-common-testing.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tiled-select.mjs +54 -50
- package/fesm2022/theseam-ui-common-tiled-select.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-toggle-edit.mjs +41 -37
- package/fesm2022/theseam-ui-common-toggle-edit.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-toggle-group.mjs +30 -31
- package/fesm2022/theseam-ui-common-toggle-group.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-tooltip.mjs +225 -66
- package/fesm2022/theseam-ui-common-tooltip.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs +14 -12
- package/fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-utils.mjs +113 -77
- package/fesm2022/theseam-ui-common-utils.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-validators.mjs +10 -9
- package/fesm2022/theseam-ui-common-validators.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-vertical-list-filter.mjs +39 -17
- package/fesm2022/theseam-ui-common-vertical-list-filter.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-viewers.mjs +80 -53
- package/fesm2022/theseam-ui-common-viewers.mjs.map +1 -1
- package/fesm2022/theseam-ui-common-widget.mjs +288 -314
- package/fesm2022/theseam-ui-common-widget.mjs.map +1 -1
- package/form-field/index.d.ts +1 -1
- package/framework/base-layout/base-layout.component.scss +9 -4
- package/framework/base-layout/styles/_variables.scss +4 -9
- package/framework/dashboard/dashboard-widgets/dashboard-widgets.component.scss +6 -4
- package/framework/index.d.ts +6 -6
- package/framework/nav/nav-item/nav-item.component.scss +7 -6
- package/framework/nav/styles/_themes/light/_variables.scss +21 -5
- package/framework/nav/styles/_themes/primary/_variables.scss +21 -5
- package/framework/side-nav/side-nav-item/side-nav-item.component.scss +5 -2
- package/framework/side-nav/styles/_themes/light/_variables.scss +5 -1
- package/framework/side-nav/styles/_themes/primary/_variables.scss +25 -5
- package/graphql/index.d.ts +49 -7
- package/modal/README.md +5 -5
- package/modal/index.d.ts +1 -1
- package/models/index.d.ts +1 -1
- package/package.json +59 -60
- package/popover/index.d.ts +0 -2
- package/progress/progress-circle/styles/_variables.scss +15 -3
- package/shared/index.d.ts +0 -13
- package/story-helpers/index.d.ts +11 -1
- package/styles/bootstrap/_bootstrap.scss +34 -34
- package/styles/bootstrap/_bs-styles.scss +4 -8
- package/styles/bootstrap/_bs-utilities.scss +4 -4
- package/styles/bootstrap/_bs-variables.scss +65 -70
- package/styles/common/_forms.scss +9 -10
- package/styles/common/_global.scss +0 -1
- package/styles/common/_hacks.scss +1 -1
- package/styles/common/_table.scss +0 -1
- package/styles/common/_text.scss +3 -1
- package/styles/theme.scss +1 -1
- package/styles/vendor/ng-select/_ng-select-bs4.scss +292 -294
- package/styles/vendor/ngx-datatable/_ngx-datatable.scss +63 -32
- package/styles/vendor/ngx-datatable/_themes/bootstrap/_variables.scss +37 -10
- package/styles/vendor/ngx-datatable/_themes/material/_variables.scss +3 -1
- package/styles/vendor/quill/_quill.scss +15 -9
- package/table/index.d.ts +4 -1
- package/table-cell-type/index.d.ts +27 -2
- package/tel-input/README.md +27 -27
- package/utils/index.d.ts +3 -3
- package/viewers/index.d.ts +9 -2
- package/widget/_widget-theme.scss +1 -1
- package/widget/styles/_variables.scss +2 -2
- package/widget/widget/widget.component.scss +0 -2
- package/widget/widget-content-components/widget-tile/widget-tile.component.scss +1 -3
- package/widget/widget-footer/widget-footer.component.scss +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theseam/ui-common",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.10",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "^20.2.3",
|
|
6
6
|
"@angular/common": "^20.3.0",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@marklb/file-type": "~10.6.5",
|
|
20
|
-
"@marklb/ngx-datatable": "21.0.0-alpha.
|
|
20
|
+
"@marklb/ngx-datatable": "21.0.0-alpha.2",
|
|
21
21
|
"ngx-loading": "^17.0.0",
|
|
22
|
-
"@ng-select/ng-select": "^
|
|
22
|
+
"@ng-select/ng-select": "^20.2.2",
|
|
23
23
|
"apollo-angular": "^11.0.0",
|
|
24
24
|
"overlayscrollbars": "~1.7.3",
|
|
25
25
|
"@types/overlayscrollbars": "~1.7.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"file-saver": "~2.0.2",
|
|
30
30
|
"graphql": "^16.0.0",
|
|
31
31
|
"ngx-toastr": "~16.1.0",
|
|
32
|
-
"pdfjs-dist": "
|
|
32
|
+
"pdfjs-dist": "5.4.149",
|
|
33
33
|
"xlsx": "^0.14.4",
|
|
34
34
|
"jexl": "^2.3.0",
|
|
35
35
|
"@types/file-saver": "^2.0.2",
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"@ajsf/core": "^0.8.0",
|
|
40
40
|
"quill": "2.0.3",
|
|
41
41
|
"ngx-quill": "^27.1.2",
|
|
42
|
-
"@types/quill": "^2.0.14",
|
|
43
42
|
"@turf/area": "^7.2.0",
|
|
44
43
|
"@turf/boolean-contains": "^7.2.0",
|
|
45
44
|
"@turf/helpers": "^7.2.0",
|
|
@@ -134,26 +133,30 @@
|
|
|
134
133
|
"types": "./ai/index.d.ts",
|
|
135
134
|
"default": "./fesm2022/theseam-ui-common-ai.mjs"
|
|
136
135
|
},
|
|
137
|
-
"./breadcrumbs": {
|
|
138
|
-
"types": "./breadcrumbs/index.d.ts",
|
|
139
|
-
"default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
|
|
140
|
-
},
|
|
141
136
|
"./asset-reader": {
|
|
142
137
|
"types": "./asset-reader/index.d.ts",
|
|
143
138
|
"default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
|
|
144
139
|
},
|
|
145
|
-
"./
|
|
146
|
-
"types": "./
|
|
147
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
140
|
+
"./breadcrumbs": {
|
|
141
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
142
|
+
"default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
|
|
148
143
|
},
|
|
149
144
|
"./card": {
|
|
150
145
|
"types": "./card/index.d.ts",
|
|
151
146
|
"default": "./fesm2022/theseam-ui-common-card.mjs"
|
|
152
147
|
},
|
|
148
|
+
"./buttons": {
|
|
149
|
+
"types": "./buttons/index.d.ts",
|
|
150
|
+
"default": "./fesm2022/theseam-ui-common-buttons.mjs"
|
|
151
|
+
},
|
|
153
152
|
"./carousel": {
|
|
154
153
|
"types": "./carousel/index.d.ts",
|
|
155
154
|
"default": "./fesm2022/theseam-ui-common-carousel.mjs"
|
|
156
155
|
},
|
|
156
|
+
"./checkbox": {
|
|
157
|
+
"types": "./checkbox/index.d.ts",
|
|
158
|
+
"default": "./fesm2022/theseam-ui-common-checkbox.mjs"
|
|
159
|
+
},
|
|
157
160
|
"./confirm-dialog": {
|
|
158
161
|
"types": "./confirm-dialog/index.d.ts",
|
|
159
162
|
"default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
|
|
@@ -162,18 +165,10 @@
|
|
|
162
165
|
"types": "./core/index.d.ts",
|
|
163
166
|
"default": "./fesm2022/theseam-ui-common-core.mjs"
|
|
164
167
|
},
|
|
165
|
-
"./checkbox": {
|
|
166
|
-
"types": "./checkbox/index.d.ts",
|
|
167
|
-
"default": "./fesm2022/theseam-ui-common-checkbox.mjs"
|
|
168
|
-
},
|
|
169
168
|
"./data-exporter": {
|
|
170
169
|
"types": "./data-exporter/index.d.ts",
|
|
171
170
|
"default": "./fesm2022/theseam-ui-common-data-exporter.mjs"
|
|
172
171
|
},
|
|
173
|
-
"./datatable": {
|
|
174
|
-
"types": "./datatable/index.d.ts",
|
|
175
|
-
"default": "./fesm2022/theseam-ui-common-datatable.mjs"
|
|
176
|
-
},
|
|
177
172
|
"./data-filters": {
|
|
178
173
|
"types": "./data-filters/index.d.ts",
|
|
179
174
|
"default": "./fesm2022/theseam-ui-common-data-filters.mjs"
|
|
@@ -182,6 +177,10 @@
|
|
|
182
177
|
"types": "./datatable-alterations-display/index.d.ts",
|
|
183
178
|
"default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
|
|
184
179
|
},
|
|
180
|
+
"./datatable": {
|
|
181
|
+
"types": "./datatable/index.d.ts",
|
|
182
|
+
"default": "./fesm2022/theseam-ui-common-datatable.mjs"
|
|
183
|
+
},
|
|
185
184
|
"./datatable-dynamic": {
|
|
186
185
|
"types": "./datatable-dynamic/index.d.ts",
|
|
187
186
|
"default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
|
|
@@ -194,10 +193,6 @@
|
|
|
194
193
|
"types": "./dynamic-component-loader/index.d.ts",
|
|
195
194
|
"default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
|
|
196
195
|
},
|
|
197
|
-
"./form-field": {
|
|
198
|
-
"types": "./form-field/index.d.ts",
|
|
199
|
-
"default": "./fesm2022/theseam-ui-common-form-field.mjs"
|
|
200
|
-
},
|
|
201
196
|
"./form-field-error": {
|
|
202
197
|
"types": "./form-field-error/index.d.ts",
|
|
203
198
|
"default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
|
|
@@ -206,14 +201,18 @@
|
|
|
206
201
|
"types": "./footer-bar/index.d.ts",
|
|
207
202
|
"default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
|
|
208
203
|
},
|
|
209
|
-
"./
|
|
210
|
-
"types": "./
|
|
211
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
204
|
+
"./form-field": {
|
|
205
|
+
"types": "./form-field/index.d.ts",
|
|
206
|
+
"default": "./fesm2022/theseam-ui-common-form-field.mjs"
|
|
212
207
|
},
|
|
213
208
|
"./google-maps": {
|
|
214
209
|
"types": "./google-maps/index.d.ts",
|
|
215
210
|
"default": "./fesm2022/theseam-ui-common-google-maps.mjs"
|
|
216
211
|
},
|
|
212
|
+
"./framework": {
|
|
213
|
+
"types": "./framework/index.d.ts",
|
|
214
|
+
"default": "./fesm2022/theseam-ui-common-framework.mjs"
|
|
215
|
+
},
|
|
217
216
|
"./graphql": {
|
|
218
217
|
"types": "./graphql/index.d.ts",
|
|
219
218
|
"default": "./fesm2022/theseam-ui-common-graphql.mjs"
|
|
@@ -226,38 +225,34 @@
|
|
|
226
225
|
"types": "./layout/index.d.ts",
|
|
227
226
|
"default": "./fesm2022/theseam-ui-common-layout.mjs"
|
|
228
227
|
},
|
|
229
|
-
"./menu": {
|
|
230
|
-
"types": "./menu/index.d.ts",
|
|
231
|
-
"default": "./fesm2022/theseam-ui-common-menu.mjs"
|
|
232
|
-
},
|
|
233
228
|
"./loading": {
|
|
234
229
|
"types": "./loading/index.d.ts",
|
|
235
230
|
"default": "./fesm2022/theseam-ui-common-loading.mjs"
|
|
236
231
|
},
|
|
232
|
+
"./menu": {
|
|
233
|
+
"types": "./menu/index.d.ts",
|
|
234
|
+
"default": "./fesm2022/theseam-ui-common-menu.mjs"
|
|
235
|
+
},
|
|
237
236
|
"./modal": {
|
|
238
237
|
"types": "./modal/index.d.ts",
|
|
239
238
|
"default": "./fesm2022/theseam-ui-common-modal.mjs"
|
|
240
239
|
},
|
|
241
|
-
"./
|
|
242
|
-
"types": "./
|
|
243
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
240
|
+
"./models": {
|
|
241
|
+
"types": "./models/index.d.ts",
|
|
242
|
+
"default": "./fesm2022/theseam-ui-common-models.mjs"
|
|
244
243
|
},
|
|
245
244
|
"./popover": {
|
|
246
245
|
"types": "./popover/index.d.ts",
|
|
247
246
|
"default": "./fesm2022/theseam-ui-common-popover.mjs"
|
|
248
247
|
},
|
|
249
|
-
"./
|
|
250
|
-
"types": "./
|
|
251
|
-
"default": "./fesm2022/theseam-ui-common-
|
|
248
|
+
"./navigation-reload": {
|
|
249
|
+
"types": "./navigation-reload/index.d.ts",
|
|
250
|
+
"default": "./fesm2022/theseam-ui-common-navigation-reload.mjs"
|
|
252
251
|
},
|
|
253
252
|
"./rich-text": {
|
|
254
253
|
"types": "./rich-text/index.d.ts",
|
|
255
254
|
"default": "./fesm2022/theseam-ui-common-rich-text.mjs"
|
|
256
255
|
},
|
|
257
|
-
"./services": {
|
|
258
|
-
"types": "./services/index.d.ts",
|
|
259
|
-
"default": "./fesm2022/theseam-ui-common-services.mjs"
|
|
260
|
-
},
|
|
261
256
|
"./shared": {
|
|
262
257
|
"types": "./shared/index.d.ts",
|
|
263
258
|
"default": "./fesm2022/theseam-ui-common-shared.mjs"
|
|
@@ -266,6 +261,10 @@
|
|
|
266
261
|
"types": "./scrollbar/index.d.ts",
|
|
267
262
|
"default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
|
|
268
263
|
},
|
|
264
|
+
"./services": {
|
|
265
|
+
"types": "./services/index.d.ts",
|
|
266
|
+
"default": "./fesm2022/theseam-ui-common-services.mjs"
|
|
267
|
+
},
|
|
269
268
|
"./storage": {
|
|
270
269
|
"types": "./storage/index.d.ts",
|
|
271
270
|
"default": "./fesm2022/theseam-ui-common-storage.mjs"
|
|
@@ -278,22 +277,22 @@
|
|
|
278
277
|
"types": "./tabbed/index.d.ts",
|
|
279
278
|
"default": "./fesm2022/theseam-ui-common-tabbed.mjs"
|
|
280
279
|
},
|
|
281
|
-
"./table-cell-type": {
|
|
282
|
-
"types": "./table-cell-type/index.d.ts",
|
|
283
|
-
"default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
|
|
284
|
-
},
|
|
285
280
|
"./table": {
|
|
286
281
|
"types": "./table/index.d.ts",
|
|
287
282
|
"default": "./fesm2022/theseam-ui-common-table.mjs"
|
|
288
283
|
},
|
|
289
|
-
"./table-cell-
|
|
290
|
-
"types": "./table-cell-
|
|
291
|
-
"default": "./fesm2022/theseam-ui-common-table-cell-
|
|
284
|
+
"./table-cell-type": {
|
|
285
|
+
"types": "./table-cell-type/index.d.ts",
|
|
286
|
+
"default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
|
|
292
287
|
},
|
|
293
288
|
"./tel-input": {
|
|
294
289
|
"types": "./tel-input/index.d.ts",
|
|
295
290
|
"default": "./fesm2022/theseam-ui-common-tel-input.mjs"
|
|
296
291
|
},
|
|
292
|
+
"./table-cell-types": {
|
|
293
|
+
"types": "./table-cell-types/index.d.ts",
|
|
294
|
+
"default": "./fesm2022/theseam-ui-common-table-cell-types.mjs"
|
|
295
|
+
},
|
|
297
296
|
"./testing": {
|
|
298
297
|
"types": "./testing/index.d.ts",
|
|
299
298
|
"default": "./fesm2022/theseam-ui-common-testing.mjs"
|
|
@@ -302,34 +301,34 @@
|
|
|
302
301
|
"types": "./tiled-select/index.d.ts",
|
|
303
302
|
"default": "./fesm2022/theseam-ui-common-tiled-select.mjs"
|
|
304
303
|
},
|
|
305
|
-
"./toggle-edit": {
|
|
306
|
-
"types": "./toggle-edit/index.d.ts",
|
|
307
|
-
"default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
|
|
308
|
-
},
|
|
309
|
-
"./unsaved-changes-dialog": {
|
|
310
|
-
"types": "./unsaved-changes-dialog/index.d.ts",
|
|
311
|
-
"default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
|
|
312
|
-
},
|
|
313
304
|
"./toggle-group": {
|
|
314
305
|
"types": "./toggle-group/index.d.ts",
|
|
315
306
|
"default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
|
|
316
307
|
},
|
|
308
|
+
"./toggle-edit": {
|
|
309
|
+
"types": "./toggle-edit/index.d.ts",
|
|
310
|
+
"default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
|
|
311
|
+
},
|
|
317
312
|
"./tooltip": {
|
|
318
313
|
"types": "./tooltip/index.d.ts",
|
|
319
314
|
"default": "./fesm2022/theseam-ui-common-tooltip.mjs"
|
|
320
315
|
},
|
|
316
|
+
"./unsaved-changes-dialog": {
|
|
317
|
+
"types": "./unsaved-changes-dialog/index.d.ts",
|
|
318
|
+
"default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
|
|
319
|
+
},
|
|
321
320
|
"./utils": {
|
|
322
321
|
"types": "./utils/index.d.ts",
|
|
323
322
|
"default": "./fesm2022/theseam-ui-common-utils.mjs"
|
|
324
323
|
},
|
|
325
|
-
"./validators": {
|
|
326
|
-
"types": "./validators/index.d.ts",
|
|
327
|
-
"default": "./fesm2022/theseam-ui-common-validators.mjs"
|
|
328
|
-
},
|
|
329
324
|
"./vertical-list-filter": {
|
|
330
325
|
"types": "./vertical-list-filter/index.d.ts",
|
|
331
326
|
"default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
|
|
332
327
|
},
|
|
328
|
+
"./validators": {
|
|
329
|
+
"types": "./validators/index.d.ts",
|
|
330
|
+
"default": "./fesm2022/theseam-ui-common-validators.mjs"
|
|
331
|
+
},
|
|
333
332
|
"./viewers": {
|
|
334
333
|
"types": "./viewers/index.d.ts",
|
|
335
334
|
"default": "./fesm2022/theseam-ui-common-viewers.mjs"
|
package/popover/index.d.ts
CHANGED
|
@@ -86,8 +86,6 @@ declare class PopoverComponent implements OnInit, OnDestroy {
|
|
|
86
86
|
_afterExit: Subject<void>;
|
|
87
87
|
/** Stream of animation `done` events. */
|
|
88
88
|
_animationDone: Subject<AnimationEvent>;
|
|
89
|
-
get _role(): string;
|
|
90
|
-
get _tabindex(): number;
|
|
91
89
|
template: TemplateRef<any> | undefined | null;
|
|
92
90
|
popoverClass: string | undefined | null;
|
|
93
91
|
popover: TheSeamPopoverDirective | undefined | null;
|
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
2
|
|
|
3
3
|
$seam-progress-complete: $green !default;
|
|
4
|
-
$seam-progress-complete-bg: color.adjust(
|
|
4
|
+
$seam-progress-complete-bg: color.adjust(
|
|
5
|
+
$green,
|
|
6
|
+
$lightness: 40%,
|
|
7
|
+
$space: hsl
|
|
8
|
+
) !default;
|
|
5
9
|
|
|
6
10
|
$seam-progress-incomplete: $orange !default;
|
|
7
|
-
$seam-progress-incomplete-bg: color.adjust(
|
|
11
|
+
$seam-progress-incomplete-bg: color.adjust(
|
|
12
|
+
$orange,
|
|
13
|
+
$lightness: 40%,
|
|
14
|
+
$space: hsl
|
|
15
|
+
) !default;
|
|
8
16
|
|
|
9
17
|
$seam-progress-new: $gray-600 !default;
|
|
10
|
-
$seam-progress-new-bg: color.adjust(
|
|
18
|
+
$seam-progress-new-bg: color.adjust(
|
|
19
|
+
$gray-600,
|
|
20
|
+
$lightness: 40%,
|
|
21
|
+
$space: hsl
|
|
22
|
+
) !default;
|
package/shared/index.d.ts
CHANGED
|
@@ -151,15 +151,8 @@ declare class TheSeamHoverClassDirective {
|
|
|
151
151
|
|
|
152
152
|
declare class TheSeamNgSelectExtraDirective implements OnInit, AfterViewChecked, OnDestroy {
|
|
153
153
|
private readonly _elementRef;
|
|
154
|
-
private readonly _ngZone;
|
|
155
154
|
private readonly _ngSelect;
|
|
156
155
|
private readonly _ngControl;
|
|
157
|
-
private readonly _ngUnsubscribe;
|
|
158
|
-
private _markedItem;
|
|
159
|
-
private _checkMarked;
|
|
160
|
-
private _keyPressWorkaroundSub;
|
|
161
|
-
private _resizedEvent;
|
|
162
|
-
private _resizeSensor?;
|
|
163
156
|
/**
|
|
164
157
|
* Set the tab index to `-1` to allow the root element of the ng-select
|
|
165
158
|
* component to receive `focus` event from javascript, but not get focused by
|
|
@@ -177,12 +170,6 @@ declare class TheSeamNgSelectExtraDirective implements OnInit, AfterViewChecked,
|
|
|
177
170
|
ngOnDestroy(): void;
|
|
178
171
|
ngAfterViewChecked(): void;
|
|
179
172
|
private _onScroll;
|
|
180
|
-
/**
|
|
181
|
-
* Temp fix for: https://github.com/ng-select/ng-select/issues/1122
|
|
182
|
-
*/
|
|
183
|
-
/** Should ONLY be called by `_patch_ngSelect_open`. */
|
|
184
|
-
private _enableKeyPressWorkaround;
|
|
185
|
-
private _disableKeyPressWorkaround;
|
|
186
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<TheSeamNgSelectExtraDirective, never>;
|
|
187
174
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TheSeamNgSelectExtraDirective, "ng-select", ["seamNgSelectExtra"], {}, {}, never, never, true, never>;
|
|
188
175
|
}
|
package/story-helpers/index.d.ts
CHANGED
|
@@ -9,6 +9,8 @@ import * as i4 from '@angular/router';
|
|
|
9
9
|
import * as i5 from '@theseam/ui-common/scrollbar';
|
|
10
10
|
import { GlobalConfig, ActiveToast, ToastContainerDirective, IndividualConfig } from 'ngx-toastr';
|
|
11
11
|
import { TheSeamPreferencesAccessor } from '@theseam/ui-common/services';
|
|
12
|
+
import { AngularRenderer } from '@storybook/angular';
|
|
13
|
+
import { DecoratorFunction } from 'storybook/internal/csf';
|
|
12
14
|
|
|
13
15
|
declare type ArgType = any;
|
|
14
16
|
declare const themeArgType: ArgType;
|
|
@@ -180,5 +182,13 @@ declare class StoryPreferencesAccessorService implements TheSeamPreferencesAcces
|
|
|
180
182
|
static ɵprov: i0.ɵɵInjectableDeclaration<StoryPreferencesAccessorService>;
|
|
181
183
|
}
|
|
182
184
|
|
|
183
|
-
|
|
185
|
+
declare const INJECTOR_TO_ARGS_PROPERTY_NAME = "__getInjector";
|
|
186
|
+
/**
|
|
187
|
+
* Storybook decorator that stores the Angular Injector in
|
|
188
|
+
* args, for retrieval in play function.
|
|
189
|
+
*/
|
|
190
|
+
declare const addInjectorGetterToArgs: (argName?: string) => DecoratorFunction<AngularRenderer>;
|
|
191
|
+
declare const getInjectorFromArgs: (args: any, argName?: string) => Injector;
|
|
192
|
+
|
|
193
|
+
export { INJECTOR_TO_ARGS_PROPERTY_NAME, STORY_INITIAL_ROUTE_URL, StoryEmptyComponent, StoryEmptyWithRouteComponent, StoryHelperComponentsModule, StoryInitialRouteModule, StoryInitialRouteService, StoryModalContainerComponent, StoryPreferencesAccessorService, StoryToastrService, addInjectorGetterToArgs, argsToTpl, buttonTypeArgType, getInjectorFromArgs, onStoryBootstrappedTrigger, routeButton, routesArgType, sizeArgType, storyInitialRouteFactory, themeArgType, themeWithOutlineArgType };
|
|
184
194
|
export type { ArgsTplOptions, ArgsTplParts };
|
|
@@ -6,40 +6,40 @@
|
|
|
6
6
|
@import './bs-utilities';
|
|
7
7
|
|
|
8
8
|
// Optional
|
|
9
|
-
@import
|
|
10
|
-
@import
|
|
11
|
-
@import
|
|
12
|
-
@import
|
|
13
|
-
@import
|
|
14
|
-
@import
|
|
15
|
-
@import
|
|
16
|
-
@import
|
|
17
|
-
@import
|
|
18
|
-
@import
|
|
19
|
-
@import
|
|
20
|
-
@import
|
|
21
|
-
@import
|
|
22
|
-
@import
|
|
23
|
-
@import
|
|
24
|
-
@import
|
|
25
|
-
@import
|
|
26
|
-
@import
|
|
27
|
-
@import
|
|
28
|
-
@import
|
|
29
|
-
@import
|
|
30
|
-
@import
|
|
31
|
-
@import
|
|
32
|
-
@import
|
|
33
|
-
@import
|
|
34
|
-
@import
|
|
35
|
-
@import
|
|
36
|
-
@import
|
|
37
|
-
@import
|
|
38
|
-
@import
|
|
39
|
-
@import
|
|
40
|
-
@import
|
|
41
|
-
@import
|
|
42
|
-
@import
|
|
9
|
+
@import 'bootstrap/scss/root';
|
|
10
|
+
@import 'bootstrap/scss/reboot';
|
|
11
|
+
@import 'bootstrap/scss/type';
|
|
12
|
+
@import 'bootstrap/scss/images';
|
|
13
|
+
@import 'bootstrap/scss/code';
|
|
14
|
+
@import 'bootstrap/scss/grid';
|
|
15
|
+
@import 'bootstrap/scss/tables';
|
|
16
|
+
@import 'bootstrap/scss/forms';
|
|
17
|
+
@import 'bootstrap/scss/buttons';
|
|
18
|
+
@import 'bootstrap/scss/transitions';
|
|
19
|
+
@import 'bootstrap/scss/dropdown';
|
|
20
|
+
@import 'bootstrap/scss/button-group';
|
|
21
|
+
@import 'bootstrap/scss/input-group';
|
|
22
|
+
@import 'bootstrap/scss/custom-forms';
|
|
23
|
+
@import 'bootstrap/scss/nav';
|
|
24
|
+
@import 'bootstrap/scss/navbar';
|
|
25
|
+
@import 'bootstrap/scss/card';
|
|
26
|
+
@import 'bootstrap/scss/breadcrumb';
|
|
27
|
+
@import 'bootstrap/scss/pagination';
|
|
28
|
+
@import 'bootstrap/scss/badge';
|
|
29
|
+
@import 'bootstrap/scss/jumbotron';
|
|
30
|
+
@import 'bootstrap/scss/alert';
|
|
31
|
+
@import 'bootstrap/scss/progress';
|
|
32
|
+
@import 'bootstrap/scss/media';
|
|
33
|
+
@import 'bootstrap/scss/list-group';
|
|
34
|
+
@import 'bootstrap/scss/close';
|
|
35
|
+
@import 'bootstrap/scss/toasts';
|
|
36
|
+
@import 'bootstrap/scss/modal';
|
|
37
|
+
@import 'bootstrap/scss/tooltip';
|
|
38
|
+
@import 'bootstrap/scss/popover';
|
|
39
|
+
@import 'bootstrap/scss/carousel';
|
|
40
|
+
@import 'bootstrap/scss/spinners';
|
|
41
|
+
@import 'bootstrap/scss/utilities';
|
|
42
|
+
@import 'bootstrap/scss/print';
|
|
43
43
|
|
|
44
44
|
// Custom Styles
|
|
45
45
|
@import './bs-styles';
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
padding-bottom: $alert-padding-y-slim;
|
|
8
8
|
|
|
9
9
|
&.alert-dismissible {
|
|
10
|
-
|
|
11
10
|
.close {
|
|
12
11
|
padding-top: $alert-padding-y-slim;
|
|
13
12
|
padding-bottom: $alert-padding-y-slim;
|
|
@@ -45,7 +44,6 @@
|
|
|
45
44
|
}
|
|
46
45
|
}
|
|
47
46
|
|
|
48
|
-
|
|
49
47
|
.table {
|
|
50
48
|
thead th {
|
|
51
49
|
border-bottom: $table-border-width solid $table-border-color;
|
|
@@ -56,7 +54,6 @@
|
|
|
56
54
|
//
|
|
57
55
|
//
|
|
58
56
|
.breadcrumb-item {
|
|
59
|
-
|
|
60
57
|
&::before {
|
|
61
58
|
display: inline-block; // Suppress underlining of the separator in modern browsers
|
|
62
59
|
font-weight: $font-weight-base;
|
|
@@ -68,7 +65,6 @@
|
|
|
68
65
|
}
|
|
69
66
|
}
|
|
70
67
|
|
|
71
|
-
|
|
72
68
|
// Popovers
|
|
73
69
|
//
|
|
74
70
|
//
|
|
@@ -83,22 +79,22 @@
|
|
|
83
79
|
// }
|
|
84
80
|
|
|
85
81
|
&.bs-popover-top > .arrow::before,
|
|
86
|
-
&.bs-popover-auto[x-placement^=top] > .arrow::before {
|
|
82
|
+
&.bs-popover-auto[x-placement^='top'] > .arrow::before {
|
|
87
83
|
border-top-color: $value !important;
|
|
88
84
|
}
|
|
89
85
|
|
|
90
86
|
&.bs-popover-right > .arrow::before,
|
|
91
|
-
&.bs-popover-auto[x-placement^=right] > .arrow::before {
|
|
87
|
+
&.bs-popover-auto[x-placement^='right'] > .arrow::before {
|
|
92
88
|
border-right-color: $value !important;
|
|
93
89
|
}
|
|
94
90
|
|
|
95
91
|
&.bs-popover-bottom > .arrow::before,
|
|
96
|
-
&.bs-popover-auto[x-placement^=bottom] > .arrow::before {
|
|
92
|
+
&.bs-popover-auto[x-placement^='bottom'] > .arrow::before {
|
|
97
93
|
border-bottom-color: $value !important;
|
|
98
94
|
}
|
|
99
95
|
|
|
100
96
|
&.bs-popover-left > .arrow::before,
|
|
101
|
-
&.bs-popover-auto[x-placement^=left] > .arrow::before {
|
|
97
|
+
&.bs-popover-auto[x-placement^='left'] > .arrow::before {
|
|
102
98
|
border-left-color: $value !important;
|
|
103
99
|
}
|
|
104
100
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Required to import before bootstrap css rule stylesheets.
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
2
|
+
@import 'bootstrap/scss/functions';
|
|
3
|
+
@import 'bs-variables'; // Our bootstrap variable customizations
|
|
4
|
+
@import 'bootstrap/scss/variables';
|
|
5
|
+
@import 'bootstrap/scss/mixins';
|