@omnia/fx 8.0.191-dev → 8.0.192-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +68 -48
- package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +190 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +55 -33
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +55 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -40
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +46 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutTabSettingsRenderer.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +14 -55
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +55 -18
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +59 -38
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +67 -25
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +55 -15
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +49 -29
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +63 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +64 -48
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +64 -48
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +72 -167
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +63 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +66 -46
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +52 -29
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep.d.ts +99 -13
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +44 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +102 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +49 -24
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +53 -343
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceFeatureVueComponent.d.ts +112 -11
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningConstants.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +69 -20
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +79 -68
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +73 -153
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +68 -406
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +71 -26
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +33 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +61 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +0 -62
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +0 -47
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +0 -32
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/editlayout/LayoutSettingsComponent.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/EditLayoutStyle.css.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutListingStyle.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/style/LayoutTabStyle.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/IAppInstanceEnterprisePropertiesStep.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/index.d.ts +0 -1
@@ -1,7 +1,20 @@
|
|
1
1
|
import "./Wizard.css";
|
2
2
|
import { IWizardInstance, WizardStepModel } from "@omnia/fx/ux";
|
3
|
+
import { VNode } from "vue";
|
4
|
+
export interface WizardComponentApi {
|
5
|
+
goBack: () => VNode;
|
6
|
+
goNext: () => VNode;
|
7
|
+
afterButtons?: () => VNode;
|
8
|
+
beforeButton?: () => VNode;
|
9
|
+
}
|
3
10
|
declare const _default: {
|
4
11
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
12
|
+
hideSave: {
|
13
|
+
type: import("vue").PropType<boolean>;
|
14
|
+
};
|
15
|
+
getApi: {
|
16
|
+
type: import("vue").PropType<(api: WizardComponentApi) => void>;
|
17
|
+
};
|
5
18
|
horizontalMinHeight: {
|
6
19
|
type: import("vue").PropType<number>;
|
7
20
|
};
|
@@ -34,6 +47,12 @@ declare const _default: {
|
|
34
47
|
}>;
|
35
48
|
};
|
36
49
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
50
|
+
hideSave: {
|
51
|
+
type: import("vue").PropType<boolean>;
|
52
|
+
};
|
53
|
+
getApi: {
|
54
|
+
type: import("vue").PropType<(api: WizardComponentApi) => void>;
|
55
|
+
};
|
37
56
|
horizontalMinHeight: {
|
38
57
|
type: import("vue").PropType<number>;
|
39
58
|
};
|
@@ -73,6 +92,12 @@ declare const _default: {
|
|
73
92
|
M: {};
|
74
93
|
Defaults: {};
|
75
94
|
}, Readonly<import("vue").ExtractPropTypes<{
|
95
|
+
hideSave: {
|
96
|
+
type: import("vue").PropType<boolean>;
|
97
|
+
};
|
98
|
+
getApi: {
|
99
|
+
type: import("vue").PropType<(api: WizardComponentApi) => void>;
|
100
|
+
};
|
76
101
|
horizontalMinHeight: {
|
77
102
|
type: import("vue").PropType<number>;
|
78
103
|
};
|
@@ -109,6 +134,12 @@ declare const _default: {
|
|
109
134
|
__isTeleport?: never;
|
110
135
|
__isSuspense?: never;
|
111
136
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
137
|
+
hideSave: {
|
138
|
+
type: import("vue").PropType<boolean>;
|
139
|
+
};
|
140
|
+
getApi: {
|
141
|
+
type: import("vue").PropType<(api: WizardComponentApi) => void>;
|
142
|
+
};
|
112
143
|
horizontalMinHeight: {
|
113
144
|
type: import("vue").PropType<number>;
|
114
145
|
};
|
@@ -155,11 +186,13 @@ declare const _default: {
|
|
155
186
|
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
156
187
|
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
157
188
|
};
|
189
|
+
getApi?: (api: WizardComponentApi) => void;
|
158
190
|
steps?: WizardStepModel[];
|
159
191
|
onInstanceCreated?: (inst: IWizardInstance) => void;
|
160
192
|
defaultStepIndex?: number;
|
161
193
|
isOnDialog?: boolean;
|
162
194
|
horizontalMinHeight?: number;
|
195
|
+
hideSave?: boolean;
|
163
196
|
}>, never>;
|
164
197
|
};
|
165
198
|
export default _default;
|
@@ -15,6 +15,7 @@ import wc60feadd89e4d4c2eb095cee9f104ee96 from './ux/dynamicplaceholder/DynamicP
|
|
15
15
|
import wcac8a9be60cfb47f288f602ececa6687f from './ux/dynamicplaceholder/DynamicPlaceholderSettings';
|
16
16
|
import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
|
17
17
|
import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
|
18
|
+
import wc041c5cb1e6fc487f98669ee2fb4edee0 from './ux/features/blades/FeaturePropertiesBlade';
|
18
19
|
import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
|
19
20
|
import wc47f40c108c6d482197c5f462acf292d2 from './ux/features/FeaturesJourneyAppInstance';
|
20
21
|
import wc1fab0218538f431c91ece4e10cbd468c from './ux/fileuploader/FileUploader';
|
@@ -150,6 +151,7 @@ import wc24eddd6df7294957a8f31c89115945de from './ux/appprovisioning/appinstance
|
|
150
151
|
import wcf4841dc16bb3406985428b109cb3e048 from './ux/appprovisioning/apppropertiesinput/AppPropertiesInput';
|
151
152
|
import wc57666df7cbce43ca929dab5c9dcb66ff from './ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep';
|
152
153
|
import wc07713a5092f54467884d16df12975822 from './ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep';
|
154
|
+
import wcb6cb848f98b64f5b8e2cc6dcddc8c771 from './ux/appprovisioning/appprovisioningsteps/appinstanceenterprisepropertiesstep/AppInstanceEnterprisePropertiesStep';
|
153
155
|
import wc9c63c94671914f2ebcb8bf3ec9bad112 from './ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep';
|
154
156
|
import wc9de3fb352e0a4b6eb4b6aadd7d4717ff from './ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard';
|
155
157
|
import wc22d04b93a87c44d290da28f58d163eeb from './ux/appprovisioning/approuteinput/AppRouteInput';
|
@@ -280,6 +282,7 @@ import wcdcf9c3e24a774e4dae784a3eac29d488 from './ux/velcron/renderer/components
|
|
280
282
|
import wc35ec8e8c3b6e45858afd0b1832eef250 from './ux/versionedlayout/blade/VersionedLayoutBladeBuilder';
|
281
283
|
import wce40dc8c1d503429696cefd8cccadc744 from './ux/versionedlayout/blade/VersionedLayoutCreationBlade';
|
282
284
|
import wccd42d83eed234adaaea7498795c701ee from './ux/versionedlayout/blade/VersionedLayoutListBladeBuilder';
|
285
|
+
import wc6fa4d33c8cf34130bef70161155f1cff from './ux/versionedlayout/urlinput/VersionedLayoutUrlInput';
|
283
286
|
import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
|
284
287
|
import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
|
285
288
|
import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
|
@@ -325,6 +328,8 @@ import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typograph
|
|
325
328
|
import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
326
329
|
import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
327
330
|
import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
|
331
|
+
import wc4a5ec32ee02846e7b89b47a710a0268a from './ux/enterpriseproperties/edit/personfield/PersonFieldEdit';
|
332
|
+
import wc65c3c7b9916e4243b56436166f2c94ae from './ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit';
|
328
333
|
import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
|
329
334
|
import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
|
330
335
|
import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
|
@@ -503,6 +508,9 @@ declare global {
|
|
503
508
|
"omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63 extends {
|
504
509
|
propsDefinition: infer TProp;
|
505
510
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfd300449c17f44fd80d83e709a10bf63 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfd300449c17f44fd80d83e709a10bf63>, "propsDefinition">> : never;
|
511
|
+
"omfx-features-journey-properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
|
512
|
+
propsDefinition: infer TProp;
|
513
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc041c5cb1e6fc487f98669ee2fb4edee0>, "propsDefinition">> : never;
|
506
514
|
"omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547 extends {
|
507
515
|
propsDefinition: infer TProp;
|
508
516
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc629ff3fc45f84df382ddb6282d968547 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc629ff3fc45f84df382ddb6282d968547>, "propsDefinition">> : never;
|
@@ -908,6 +916,9 @@ declare global {
|
|
908
916
|
"omfx-app-instance-users-step": typeof wc07713a5092f54467884d16df12975822 extends {
|
909
917
|
propsDefinition: infer TProp;
|
910
918
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc07713a5092f54467884d16df12975822 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc07713a5092f54467884d16df12975822>, "propsDefinition">> : never;
|
919
|
+
"omfx-app-instance-enterprise-step": typeof wcb6cb848f98b64f5b8e2cc6dcddc8c771 extends {
|
920
|
+
propsDefinition: infer TProp;
|
921
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb6cb848f98b64f5b8e2cc6dcddc8c771 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb6cb848f98b64f5b8e2cc6dcddc8c771>, "propsDefinition">> : never;
|
911
922
|
"omfx-app-instance-provisioning-summary-step": typeof wc9c63c94671914f2ebcb8bf3ec9bad112 extends {
|
912
923
|
propsDefinition: infer TProp;
|
913
924
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9c63c94671914f2ebcb8bf3ec9bad112 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9c63c94671914f2ebcb8bf3ec9bad112>, "propsDefinition">> : never;
|
@@ -1298,6 +1309,9 @@ declare global {
|
|
1298
1309
|
"omfx-versioned-layout-list-blade-builder": typeof wccd42d83eed234adaaea7498795c701ee extends {
|
1299
1310
|
propsDefinition: infer TProp;
|
1300
1311
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wccd42d83eed234adaaea7498795c701ee extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wccd42d83eed234adaaea7498795c701ee>, "propsDefinition">> : never;
|
1312
|
+
"omfx-versioned-layout-url-input": typeof wc6fa4d33c8cf34130bef70161155f1cff extends {
|
1313
|
+
propsDefinition: infer TProp;
|
1314
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6fa4d33c8cf34130bef70161155f1cff extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6fa4d33c8cf34130bef70161155f1cff>, "propsDefinition">> : never;
|
1301
1315
|
"omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4 extends {
|
1302
1316
|
propsDefinition: infer TProp;
|
1303
1317
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc7332138e1e7845d1a5e62597a27e44a4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc7332138e1e7845d1a5e62597a27e44a4>, "propsDefinition">> : never;
|
@@ -1433,6 +1447,12 @@ declare global {
|
|
1433
1447
|
"omfx-enterpriseproperties-datafield-edit": typeof wcbb27e780de41442fa9cab8cef6c71100 extends {
|
1434
1448
|
propsDefinition: infer TProp;
|
1435
1449
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbb27e780de41442fa9cab8cef6c71100 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbb27e780de41442fa9cab8cef6c71100>, "propsDefinition">> : never;
|
1450
|
+
"omfx-enterpriseproperties-personfield-edit": typeof wc4a5ec32ee02846e7b89b47a710a0268a extends {
|
1451
|
+
propsDefinition: infer TProp;
|
1452
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4a5ec32ee02846e7b89b47a710a0268a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4a5ec32ee02846e7b89b47a710a0268a>, "propsDefinition">> : never;
|
1453
|
+
"omfx-enterpriseproperties-tags-edit": typeof wc65c3c7b9916e4243b56436166f2c94ae extends {
|
1454
|
+
propsDefinition: infer TProp;
|
1455
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc65c3c7b9916e4243b56436166f2c94ae extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc65c3c7b9916e4243b56436166f2c94ae>, "propsDefinition">> : never;
|
1436
1456
|
"omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6 extends {
|
1437
1457
|
propsDefinition: infer TProp;
|
1438
1458
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4ecc566131194348b7ec8495a06d4fd6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4ecc566131194348b7ec8495a06d4fd6>, "propsDefinition">> : never;
|
@@ -2113,6 +2133,13 @@ declare global {
|
|
2113
2133
|
};
|
2114
2134
|
"features": {
|
2115
2135
|
"journey": {
|
2136
|
+
"properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
|
2137
|
+
propsDefinition: infer TProp;
|
2138
|
+
} ? {
|
2139
|
+
new (...args: any[]): {
|
2140
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2141
|
+
};
|
2142
|
+
} : typeof wc041c5cb1e6fc487f98669ee2fb4edee0;
|
2116
2143
|
"tenant": typeof wc629ff3fc45f84df382ddb6282d968547 extends {
|
2117
2144
|
propsDefinition: infer TProp;
|
2118
2145
|
} ? {
|
@@ -3392,6 +3419,15 @@ declare global {
|
|
3392
3419
|
} : typeof wccd42d83eed234adaaea7498795c701ee;
|
3393
3420
|
};
|
3394
3421
|
};
|
3422
|
+
"url": {
|
3423
|
+
"input": typeof wc6fa4d33c8cf34130bef70161155f1cff extends {
|
3424
|
+
propsDefinition: infer TProp;
|
3425
|
+
} ? {
|
3426
|
+
new (...args: any[]): {
|
3427
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3428
|
+
};
|
3429
|
+
} : typeof wc6fa4d33c8cf34130bef70161155f1cff;
|
3430
|
+
};
|
3395
3431
|
};
|
3396
3432
|
"history": {
|
3397
3433
|
"panel": typeof wcf024796066784669a26452b2da403b70 extends {
|
@@ -3475,6 +3511,15 @@ declare global {
|
|
3475
3511
|
};
|
3476
3512
|
} : typeof wc07713a5092f54467884d16df12975822;
|
3477
3513
|
};
|
3514
|
+
"enterprise": {
|
3515
|
+
"step": typeof wcb6cb848f98b64f5b8e2cc6dcddc8c771 extends {
|
3516
|
+
propsDefinition: infer TProp;
|
3517
|
+
} ? {
|
3518
|
+
new (...args: any[]): {
|
3519
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3520
|
+
};
|
3521
|
+
} : typeof wcb6cb848f98b64f5b8e2cc6dcddc8c771;
|
3522
|
+
};
|
3478
3523
|
"provisioning": {
|
3479
3524
|
"summary": {
|
3480
3525
|
"step": typeof wc9c63c94671914f2ebcb8bf3ec9bad112 extends {
|
@@ -4907,6 +4952,22 @@ declare global {
|
|
4907
4952
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4908
4953
|
};
|
4909
4954
|
} : typeof wc08f6ee02c5d94b648f630ec352fdd94c;
|
4955
|
+
"edit": typeof wc4a5ec32ee02846e7b89b47a710a0268a extends {
|
4956
|
+
propsDefinition: infer TProp;
|
4957
|
+
} ? {
|
4958
|
+
new (...args: any[]): {
|
4959
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4960
|
+
};
|
4961
|
+
} : typeof wc4a5ec32ee02846e7b89b47a710a0268a;
|
4962
|
+
};
|
4963
|
+
"tags": {
|
4964
|
+
"edit": typeof wc65c3c7b9916e4243b56436166f2c94ae extends {
|
4965
|
+
propsDefinition: infer TProp;
|
4966
|
+
} ? {
|
4967
|
+
new (...args: any[]): {
|
4968
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4969
|
+
};
|
4970
|
+
} : typeof wc65c3c7b9916e4243b56436166f2c94ae;
|
4910
4971
|
};
|
4911
4972
|
"extended": {
|
4912
4973
|
"property": {
|
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.192-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": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.192-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,32 +0,0 @@
|
|
1
|
-
import { AppInstance } from "@omnia/fx/models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
5
|
-
onUpdated: import("vue").Prop<() => void, () => void>;
|
6
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
8
|
-
onUpdated: import("vue").Prop<() => void, () => void>;
|
9
|
-
}>>, {}, true, {}, {}, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
17
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
18
|
-
onUpdated: import("vue").Prop<() => void, () => void>;
|
19
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
20
|
-
__isFragment?: never;
|
21
|
-
__isTeleport?: never;
|
22
|
-
__isSuspense?: never;
|
23
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
25
|
-
onUpdated: import("vue").Prop<() => void, () => void>;
|
26
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
27
|
-
propsDefinition: Omit<Readonly<{} & {
|
28
|
-
item?: AppInstance;
|
29
|
-
onUpdated?: () => void;
|
30
|
-
}>, never>;
|
31
|
-
};
|
32
|
-
export default _default;
|
@@ -1,32 +0,0 @@
|
|
1
|
-
import { AppInstance } from "@omnia/fx/models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
5
|
-
close: import("vue").Prop<() => void, () => void>;
|
6
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
8
|
-
close: import("vue").Prop<() => void, () => void>;
|
9
|
-
}>>, {}, true, {}, {}, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
17
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
18
|
-
close: import("vue").Prop<() => void, () => void>;
|
19
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
20
|
-
__isFragment?: never;
|
21
|
-
__isTeleport?: never;
|
22
|
-
__isSuspense?: never;
|
23
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
25
|
-
close: import("vue").Prop<() => void, () => void>;
|
26
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
27
|
-
propsDefinition: Omit<Readonly<{} & {
|
28
|
-
close?: () => void;
|
29
|
-
item?: AppInstance;
|
30
|
-
}>, never>;
|
31
|
-
};
|
32
|
-
export default _default;
|
@@ -1,62 +0,0 @@
|
|
1
|
-
import { AppInstance, AppTemplate, TenantRegionalSettings } from "@omnia/fx/models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
tabId: import("vue").Prop<string, string>;
|
5
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
6
|
-
showOrHideInfo: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
7
|
-
regionalSettings: import("vue").Prop<TenantRegionalSettings, TenantRegionalSettings>;
|
8
|
-
editApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
9
|
-
deleteApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
10
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
11
|
-
openAppWizard: import("vue").Prop<(initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void, (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void>;
|
12
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
13
|
-
tabId: import("vue").Prop<string, string>;
|
14
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
15
|
-
showOrHideInfo: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
16
|
-
regionalSettings: import("vue").Prop<TenantRegionalSettings, TenantRegionalSettings>;
|
17
|
-
editApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
18
|
-
deleteApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
19
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
20
|
-
openAppWizard: import("vue").Prop<(initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void, (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void>;
|
21
|
-
}>>, {}, true, {}, {}, {
|
22
|
-
P: {};
|
23
|
-
B: {};
|
24
|
-
D: {};
|
25
|
-
C: {};
|
26
|
-
M: {};
|
27
|
-
Defaults: {};
|
28
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
29
|
-
tabId: import("vue").Prop<string, string>;
|
30
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
31
|
-
showOrHideInfo: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
32
|
-
regionalSettings: import("vue").Prop<TenantRegionalSettings, TenantRegionalSettings>;
|
33
|
-
editApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
34
|
-
deleteApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
35
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
36
|
-
openAppWizard: import("vue").Prop<(initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void, (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void>;
|
37
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
38
|
-
__isFragment?: never;
|
39
|
-
__isTeleport?: never;
|
40
|
-
__isSuspense?: never;
|
41
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
42
|
-
tabId: import("vue").Prop<string, string>;
|
43
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
44
|
-
showOrHideInfo: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
45
|
-
regionalSettings: import("vue").Prop<TenantRegionalSettings, TenantRegionalSettings>;
|
46
|
-
editApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
47
|
-
deleteApp: import("vue").Prop<(item: AppInstance) => void, (item: AppInstance) => void>;
|
48
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
49
|
-
openAppWizard: import("vue").Prop<(initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void, (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void>;
|
50
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
|
-
propsDefinition: Omit<Readonly<{} & {
|
52
|
-
item?: AppInstance;
|
53
|
-
tabId?: string;
|
54
|
-
editApp?: (item: AppInstance) => void;
|
55
|
-
deleteApp?: (item: AppInstance) => void;
|
56
|
-
openFeatures?: (appInstance: AppInstance) => void;
|
57
|
-
openAppWizard?: (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void;
|
58
|
-
showOrHideInfo?: (item: AppInstance) => void;
|
59
|
-
regionalSettings?: TenantRegionalSettings;
|
60
|
-
}>, never>;
|
61
|
-
};
|
62
|
-
export default _default;
|
@@ -1,47 +0,0 @@
|
|
1
|
-
import { AppInstance } from "@omnia/fx/models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
5
|
-
routePrefix: import("vue").Prop<string, string>;
|
6
|
-
editApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
7
|
-
deleteApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
8
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
9
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
10
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
11
|
-
routePrefix: import("vue").Prop<string, string>;
|
12
|
-
editApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
13
|
-
deleteApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
14
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
15
|
-
}>>, {}, true, {}, {}, {
|
16
|
-
P: {};
|
17
|
-
B: {};
|
18
|
-
D: {};
|
19
|
-
C: {};
|
20
|
-
M: {};
|
21
|
-
Defaults: {};
|
22
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
24
|
-
routePrefix: import("vue").Prop<string, string>;
|
25
|
-
editApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
26
|
-
deleteApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
27
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
28
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
29
|
-
__isFragment?: never;
|
30
|
-
__isTeleport?: never;
|
31
|
-
__isSuspense?: never;
|
32
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
33
|
-
item: import("vue").Prop<AppInstance, AppInstance>;
|
34
|
-
routePrefix: import("vue").Prop<string, string>;
|
35
|
-
editApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
36
|
-
deleteApp: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
37
|
-
openFeatures: import("vue").Prop<(appInstance: AppInstance) => void, (appInstance: AppInstance) => void>;
|
38
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
39
|
-
propsDefinition: Omit<Readonly<{} & {
|
40
|
-
item?: AppInstance;
|
41
|
-
routePrefix?: string;
|
42
|
-
editApp?: (appInstance: AppInstance) => void;
|
43
|
-
deleteApp?: (appInstance: AppInstance) => void;
|
44
|
-
openFeatures?: (appInstance: AppInstance) => void;
|
45
|
-
}>, never>;
|
46
|
-
};
|
47
|
-
export default _default;
|
@@ -1,32 +0,0 @@
|
|
1
|
-
import { VersionedLayout } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
handleCloseEditLayout: import("vue").Prop<() => void, () => void>;
|
5
|
-
selectedLayout: import("vue").Prop<VersionedLayout, VersionedLayout>;
|
6
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
handleCloseEditLayout: import("vue").Prop<() => void, () => void>;
|
8
|
-
selectedLayout: import("vue").Prop<VersionedLayout, VersionedLayout>;
|
9
|
-
}>>, {}, true, {}, {}, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
17
|
-
handleCloseEditLayout: import("vue").Prop<() => void, () => void>;
|
18
|
-
selectedLayout: import("vue").Prop<VersionedLayout, VersionedLayout>;
|
19
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
20
|
-
__isFragment?: never;
|
21
|
-
__isTeleport?: never;
|
22
|
-
__isSuspense?: never;
|
23
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
handleCloseEditLayout: import("vue").Prop<() => void, () => void>;
|
25
|
-
selectedLayout: import("vue").Prop<VersionedLayout, VersionedLayout>;
|
26
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
27
|
-
propsDefinition: Omit<Readonly<{} & {
|
28
|
-
handleCloseEditLayout?: () => void;
|
29
|
-
selectedLayout?: VersionedLayout;
|
30
|
-
}>, never>;
|
31
|
-
};
|
32
|
-
export default _default;
|
@@ -1,42 +0,0 @@
|
|
1
|
-
import { VersionedLayout } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
handleAddLayout: import("vue").Prop<() => void, () => void>;
|
5
|
-
handleOpenEditLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
6
|
-
handleEditAlias: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
7
|
-
handleDeleteLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
8
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
9
|
-
handleAddLayout: import("vue").Prop<() => void, () => void>;
|
10
|
-
handleOpenEditLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
11
|
-
handleEditAlias: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
12
|
-
handleDeleteLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
13
|
-
}>>, {}, true, {}, {}, {
|
14
|
-
P: {};
|
15
|
-
B: {};
|
16
|
-
D: {};
|
17
|
-
C: {};
|
18
|
-
M: {};
|
19
|
-
Defaults: {};
|
20
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
21
|
-
handleAddLayout: import("vue").Prop<() => void, () => void>;
|
22
|
-
handleOpenEditLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
23
|
-
handleEditAlias: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
24
|
-
handleDeleteLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
25
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
26
|
-
__isFragment?: never;
|
27
|
-
__isTeleport?: never;
|
28
|
-
__isSuspense?: never;
|
29
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
30
|
-
handleAddLayout: import("vue").Prop<() => void, () => void>;
|
31
|
-
handleOpenEditLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
32
|
-
handleEditAlias: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
33
|
-
handleDeleteLayout: import("vue").Prop<(layout: VersionedLayout) => void, (layout: VersionedLayout) => void>;
|
34
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
35
|
-
propsDefinition: Omit<Readonly<{} & {
|
36
|
-
handleAddLayout?: () => void;
|
37
|
-
handleOpenEditLayout?: (layout: VersionedLayout) => void;
|
38
|
-
handleEditAlias?: (layout: VersionedLayout) => void;
|
39
|
-
handleDeleteLayout?: (layout: VersionedLayout) => void;
|
40
|
-
}>, never>;
|
41
|
-
};
|
42
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.css.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
|
2
|
-
import { ITheming } from "@omnia/fx/ux";
|
3
|
-
import { types } from "typestyle";
|
4
|
-
export declare const AddLayoutStyles: {
|
5
|
-
headerDialogStyle?: (theming: ITheming) => NestedCSSPropertiesExtends;
|
6
|
-
buttonStyle?: types.NestedCSSProperties;
|
7
|
-
};
|
package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
-
showCreationNewLayout: import("vue").Prop<boolean, boolean>;
|
4
|
-
closeCreateNewLayoutDialog: import("vue").Prop<() => void, () => void>;
|
5
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
6
|
-
showCreationNewLayout: import("vue").Prop<boolean, boolean>;
|
7
|
-
closeCreateNewLayoutDialog: import("vue").Prop<() => void, () => void>;
|
8
|
-
}>>, {}, true, {}, {}, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
16
|
-
showCreationNewLayout: import("vue").Prop<boolean, boolean>;
|
17
|
-
closeCreateNewLayoutDialog: import("vue").Prop<() => void, () => void>;
|
18
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
19
|
-
__isFragment?: never;
|
20
|
-
__isTeleport?: never;
|
21
|
-
__isSuspense?: never;
|
22
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
23
|
-
showCreationNewLayout: import("vue").Prop<boolean, boolean>;
|
24
|
-
closeCreateNewLayoutDialog: import("vue").Prop<() => void, () => void>;
|
25
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
26
|
-
propsDefinition: Omit<Readonly<{} & {
|
27
|
-
showCreationNewLayout?: boolean;
|
28
|
-
closeCreateNewLayoutDialog?: () => void;
|
29
|
-
}>, never>;
|
30
|
-
};
|
31
|
-
export default _default;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { VersionedLayoutDefinition } from "@omnia/fx-models";
|
2
|
-
import { IVersionedLayoutDefinitionEditorTabRenderer } from "@omnia/fx/ux";
|
3
|
-
export declare class AppLayoutSettingsTabRenderer implements IVersionedLayoutDefinitionEditorTabRenderer<VersionedLayoutDefinition> {
|
4
|
-
getElement(definition: VersionedLayoutDefinition, isCheckedOutToMe: boolean): JSX.Element;
|
5
|
-
}
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
|
2
|
-
import { types } from "typestyle";
|
3
|
-
export declare const LayoutListingStyle: {
|
4
|
-
iconDefaultStyle: types.NestedCSSProperties;
|
5
|
-
wrapperIconStyle: types.NestedCSSProperties;
|
6
|
-
customIconStyle: types.NestedCSSProperties;
|
7
|
-
actionDefaultStyle?: (color?: string, borderColor?: string) => NestedCSSPropertiesExtends;
|
8
|
-
wrapperStyle?: (color: string) => NestedCSSPropertiesExtends;
|
9
|
-
listItemStyle: types.NestedCSSProperties;
|
10
|
-
toolbarTitleStyle: types.NestedCSSProperties;
|
11
|
-
contentStyle: types.NestedCSSProperties;
|
12
|
-
};
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { NestedCSSPropertiesExtends } from "@omnia/fx-models";
|
2
|
-
import { ITheming } from "@omnia/fx/ux";
|
3
|
-
import { types } from "typestyle";
|
4
|
-
export declare const LayoutTabStyles: {
|
5
|
-
headerDialogStyle?: (theming: ITheming) => NestedCSSPropertiesExtends;
|
6
|
-
buttonStyle?: types.NestedCSSProperties;
|
7
|
-
};
|
package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
import { AppNamingPolicy } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
|
5
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
6
|
-
item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
|
7
|
-
}>>, {}, true, {}, {}, {
|
8
|
-
P: {};
|
9
|
-
B: {};
|
10
|
-
D: {};
|
11
|
-
C: {};
|
12
|
-
M: {};
|
13
|
-
Defaults: {};
|
14
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
15
|
-
item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
|
16
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
-
__isFragment?: never;
|
18
|
-
__isTeleport?: never;
|
19
|
-
__isSuspense?: never;
|
20
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
21
|
-
item: import("vue").Prop<AppNamingPolicy, AppNamingPolicy>;
|
22
|
-
}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
23
|
-
propsDefinition: Omit<Readonly<{} & {
|
24
|
-
item?: AppNamingPolicy;
|
25
|
-
}>, never>;
|
26
|
-
};
|
27
|
-
export default _default;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|