flexmonster 2.9.20 → 2.9.23
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/flexmonster.css +1 -1
- package/flexmonster.es5.full.js +2828 -2827
- package/flexmonster.es5.js +2435 -2434
- package/flexmonster.full.js +2343 -2341
- package/flexmonster.js +2276 -2274
- package/flexmonster.min.css +1 -1
- package/lib/jspdf.min.js +1 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +1 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +1 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +1 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +1 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +1 -1
- package/theme/green/flexmonster.css +1 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +1 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +1 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +1 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +1 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +1 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +1 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +1 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +1 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +1 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +1 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +1 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +1 -1
- package/types/flexmonster.d.ts +2 -0
package/types/flexmonster.d.ts
CHANGED
|
@@ -272,6 +272,7 @@ declare namespace Flexmonster {
|
|
|
272
272
|
mapping?: object | string;
|
|
273
273
|
withCredentials?: boolean;
|
|
274
274
|
singleEndpoint?: boolean;
|
|
275
|
+
useGranularityNamesForDateFilters?: boolean;
|
|
275
276
|
}
|
|
276
277
|
|
|
277
278
|
interface SliceHierarchy {
|
|
@@ -421,6 +422,7 @@ declare namespace Flexmonster {
|
|
|
421
422
|
children?: Member[];
|
|
422
423
|
isLeaf?: boolean;
|
|
423
424
|
parentMember?: string;
|
|
425
|
+
properties?: any;
|
|
424
426
|
}
|
|
425
427
|
|
|
426
428
|
interface FilterProperties {
|