@omnia/fx 8.0.503-dev → 8.0.505-dev
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/internal-do-not-import-from-here/ux/docs/Docs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/shared/BasePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollup/docs/CardView.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/rollup/docs/ListView.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/rollup/docs/index.d.ts +2 -0
- package/package.json +2 -2
@@ -50,6 +50,7 @@ export declare const builtInDocumentationCategories: {
|
|
50
50
|
navigation: DocumentationCategory;
|
51
51
|
pickers: DocumentationCategory;
|
52
52
|
providers: DocumentationCategory;
|
53
|
+
rollup: DocumentationCategory;
|
53
54
|
};
|
54
55
|
export declare const velcronDocumentationCategories: {
|
55
56
|
gettingStarted: DocumentationCategory;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BaseFilterEngineProperty } from "@omnia/fx-models";
|
2
|
-
export declare function baseFilterEnginePropertySettings(property: BaseFilterEngineProperty, updateData
|
2
|
+
export declare function baseFilterEnginePropertySettings(property: BaseFilterEngineProperty, updateData?: (property: BaseFilterEngineProperty) => void): {
|
3
3
|
renderDefaultPositionDropdown: () => import("vue/jsx-runtime").JSX.Element;
|
4
4
|
renderFilterPropertyWidth: () => import("vue/jsx-runtime").JSX.Element;
|
5
5
|
renderCollapsedByDefaultSwitch: () => import("vue/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
+
export default _default;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
|
+
export default _default;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.505-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.505-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|