@omnia/fx 8.0.223-dev → 8.0.224-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.
Files changed (75) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/AppStore.d.ts +3 -2
  3. package/internal-do-not-import-from-here/stores/DynamicGroupStore.d.ts +9 -0
  4. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +21 -15
  5. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +12 -11
  6. package/internal-do-not-import-from-here/ux/UxModels.d.ts +15 -0
  7. package/internal-do-not-import-from-here/ux/admin/{textcompletion/components/TextCompletion.d.ts → usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts} +3 -24
  8. package/internal-do-not-import-from-here/ux/admin/{mediaflow/components/MediaflowProviderSecrets.d.ts → usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts} +3 -31
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +3 -0
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +5 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +4 -2
  13. package/internal-do-not-import-from-here/ux/{velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts → app/apps/admin/AppManagementCategoryJourney.d.ts} +8 -4
  14. package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +47 -0
  15. package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +47 -0
  16. package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +47 -0
  17. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +11 -0
  18. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +6 -2
  20. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -2
  21. package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +80 -22
  23. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/index.d.ts +0 -2
  24. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +68 -27
  25. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +46 -15
  26. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +51 -61
  27. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +57 -82
  28. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +55 -81
  29. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +0 -1
  31. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -1
  33. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +7 -0
  34. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +15 -0
  36. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +3 -0
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +8 -0
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +3 -0
  39. package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +3 -0
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +6 -0
  42. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +3 -0
  43. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/{NavigationDrawer.css.d.ts → NavigationDrawer.stylex.d.ts} +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +5 -0
  45. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +48 -35
  46. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  47. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +14 -1063
  48. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +236 -0
  49. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  50. package/internal-do-not-import-from-here/wctypings.d.ts +126 -77
  51. package/package.json +2 -2
  52. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +0 -6
  53. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +0 -100
  54. package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +0 -12
  55. package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +0 -1
  56. package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +0 -11
  57. package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +0 -1
  58. package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +0 -1
  59. package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +0 -4
  60. package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +0 -12
  61. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +0 -19
  62. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/index.d.ts +0 -1
  63. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +0 -18
  64. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/index.d.ts +0 -1
  65. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +0 -7
  66. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +0 -13
  67. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +0 -3
  68. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +0 -8
  69. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +0 -4
  70. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +0 -3
  71. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +0 -6
  72. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +0 -3
  73. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +0 -10
  74. /package/internal-do-not-import-from-here/ux/{admin/dalle/SecretRegistrations.d.ts → app/apps/admin/registration/AdminRegistrations.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/oxide/layout/{Layout.css.d.ts → Layout.stylex.d.ts} +0 -0
@@ -137,7 +137,6 @@ import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-impo
137
137
  import wc22cd73487d484024b495097211e8a2c1 from '../../fx-sp/internal-do-not-import-from-here/ux/termsetpicker/TermSetPicker';
138
138
  import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
139
139
  import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
140
- import wc28b79dc39fc04a07ae50fa8d77e4a84b from './ux/admin/dalle/components/DallESecret';
141
140
  import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
142
141
  import wcf74692483c39443d969714abc70bb73c from './ux/admin/recaptcha/ReCaptcha';
143
142
  import wc1d60e6da39df4458b6213b4d64bf2843 from './ux/admin/secrets/TenantSecretsJourney';
@@ -148,13 +147,13 @@ import wc08e71efb7ee2488db6822d7cfb9c7e8b from './ux/admin/security/AdminJourney
148
147
  import wc5618d436945b4fdfb43293dac1a541a6 from './ux/admin/settings/TenantAdminSettingsJourney';
149
148
  import wc8d451f6cbcf442c3a4a07d3ad5de09a3 from './ux/admin/system/SystemJourney';
150
149
  import wc29e4919fca93492d9b81ddca5a5dc28a from './ux/admin/systemlayout/SystemLayoutJourney';
151
- import wc8f0de086dd4048209dcf73e01556c5ae from './ux/admin/textcompletion/components/TextCompletion';
152
150
  import wc1d19aeb722e44b9e9d2617035854dd2a from './ux/admin/usermanagement/UserManagementJourney';
153
151
  import wc9539268b741944dd970796a5ff9d0b0d from './ux/admin/usermanagement/BusinessProfileUserManagementJourney';
154
152
  import wcebd9788ab21748688f4e594ecf568806 from './ux/admin/usermanagement/usertypes/UserTypeJourney';
155
153
  import wc242dc5602ede41f0b6d4151884a2ec63 from './ux/admin/usermanagement/synchronization/SyncProviderListingBlade';
156
154
  import wc0ab38b6f985240ec83c437db8a27d7c6 from './ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade';
157
155
  import wc6a15d7edea3d4b548b71d8a7f3e50295 from './ux/admin/usermanagement/synchronization/SyncProviderLogsBlade';
156
+ import wce77bbdc8d37d4449b3515d9f408e7ec8 from './ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade';
158
157
  import wcf5842aadad834b4bb7b8ef9d6eb8b8e1 from './ux/admin/usermanagement/users/UserJourney';
159
158
  import wc6f1fc2596ddb411abf1741ed422947e3 from './ux/admin/usermanagement/users/active/Journey';
160
159
  import wc6f3f70caafc54724b3f8405986a21717 from './ux/admin/usermanagement/users/pending_approval/Journey';
@@ -165,7 +164,6 @@ import wcf333ebaad0094169a2ff868e8b751bf9 from './ux/admin/usermanagement/groups
165
164
  import wc3620baa9550145fa955e79d176a72a51 from './ux/admin/usermanagement/groups/DeletedGroupListing';
166
165
  import wc836c198b2a2c418f89a0cf47ed44092d from './ux/admin/usermanagement/groups/GroupDetailBlade';
167
166
  import wc9c3a9218af534e48b95ba122eb43db64 from './ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade';
168
- import wcf43ef789418d4f56bd2788420f3d9823 from './ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade';
169
167
  import wc77fa3438c9204b32bddc1b8361e530c2 from './ux/admin/usermanagement/userproperties/UserPropertyListingBlade';
170
168
  import wc3967363b80cd4b12900f7a9c7975bf6a from './ux/admin/usermanagement/userproperties/UserPropertyDetailBlade';
171
169
  import wc95a66c4940c7442cb815359c5d299365 from './ux/admin/usermanagement/usertypes/tabs/AuthenticationTab';
@@ -324,11 +322,14 @@ import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-impo
324
322
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
325
323
  import wc2b69d826807c470e9db10a19bba2d1e0 from './ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney';
326
324
  import wc4b86a4364255448ca502e1daeb94d142 from './ux/admin/businessprofile/settings/BusinessProfileSettingsJourney';
327
- import wc6ef676e6d54a43a2b6e9707347934f94 from './ux/admin/mediaflow/components/MediaflowProviderSecrets';
328
325
  import wc01dbddb70b1a48dcaf16cd4f534cd2de from './ux/admin/permissions/businessprofile/BusinessProfilePermissionJourney';
329
326
  import wcaf0c761e8ba54dee858ca7593adcce76 from './ux/admin/permissions/tenant/TenantAdministratorPermissionJourney';
330
327
  import wcecdcbe77649d423b9f45a2b3a4369a83 from './ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade';
331
328
  import wc479f9b8eedeb4c4195a31ac3e2b5299e from './ux/admin/usermanagement/loginscreen/chrome/Chrome';
329
+ import wc0c165626e6834b5284303c38248bc2ec from './ux/app/apps/admin/PublishingAppsJourney';
330
+ import wc97fc43f2fa6e429483740135f5884c00 from './ux/app/apps/admin/TeamworkAppsJourney';
331
+ import wc633b2666fb3c48078175013704c7f7ac from './ux/app/apps/admin/CommunitiesAppsJourney';
332
+ import wca457ba6d0da84795925235989b9c0c9a from './ux/app/apps/admin/AppManagementCategoryJourney';
332
333
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
333
334
  import wc811d753f7c54407093158c49519020f5 from './ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
334
335
  import wc21b90a7556c8450ead8de25357de90d3 from './ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
@@ -373,8 +374,10 @@ import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/displa
373
374
  import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
374
375
  import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
375
376
  import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
377
+ import wcf689d794d21e48389aa2504cc5798d65 from './ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit';
376
378
  import wc4a5ec32ee02846e7b89b47a710a0268a from './ux/enterpriseproperties/edit/personfield/PersonFieldEdit';
377
379
  import wc65c3c7b9916e4243b56436166f2c94ae from './ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit';
380
+ import wce5575bd6b2014c3a8a67899459211110 from './ux/enterpriseproperties/edit/textfield/TextFieldEdit';
378
381
  import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
379
382
  import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
380
383
  import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
@@ -939,13 +942,10 @@ declare global {
939
942
  "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11 extends {
940
943
  propsDefinition: infer TProp;
941
944
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc253e469ef68e4cb5b526343736c2ff11 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc253e469ef68e4cb5b526343736c2ff11>, "propsDefinition">> : never;
942
- "omnia-tad-openai-dalle-secret": typeof wc28b79dc39fc04a07ae50fa8d77e4a84b extends {
943
- propsDefinition: infer TProp;
944
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc28b79dc39fc04a07ae50fa8d77e4a84b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc28b79dc39fc04a07ae50fa8d77e4a84b>, "propsDefinition">> : never;
945
945
  "omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5 extends {
946
946
  propsDefinition: infer TProp;
947
947
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc759fc5cd65954caaaaf142223a054ea5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc759fc5cd65954caaaaf142223a054ea5>, "propsDefinition">> : never;
948
- "omnia-tad-recaptcha-secret": typeof wcf74692483c39443d969714abc70bb73c extends {
948
+ "oa-recaptcha-secret": typeof wcf74692483c39443d969714abc70bb73c extends {
949
949
  propsDefinition: infer TProp;
950
950
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf74692483c39443d969714abc70bb73c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf74692483c39443d969714abc70bb73c>, "propsDefinition">> : never;
951
951
  "oa-tenant-secrets-journey": typeof wc1d60e6da39df4458b6213b4d64bf2843 extends {
@@ -972,9 +972,6 @@ declare global {
972
972
  "omnia-tad-systemlayout": typeof wc29e4919fca93492d9b81ddca5a5dc28a extends {
973
973
  propsDefinition: infer TProp;
974
974
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc29e4919fca93492d9b81ddca5a5dc28a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc29e4919fca93492d9b81ddca5a5dc28a>, "propsDefinition">> : never;
975
- "omnia-tad-text-completion-form": typeof wc8f0de086dd4048209dcf73e01556c5ae extends {
976
- propsDefinition: infer TProp;
977
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8f0de086dd4048209dcf73e01556c5ae extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8f0de086dd4048209dcf73e01556c5ae>, "propsDefinition">> : never;
978
975
  "oa-tenant-user-management-journey": typeof wc1d19aeb722e44b9e9d2617035854dd2a extends {
979
976
  propsDefinition: infer TProp;
980
977
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1d19aeb722e44b9e9d2617035854dd2a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1d19aeb722e44b9e9d2617035854dd2a>, "propsDefinition">> : never;
@@ -993,6 +990,9 @@ declare global {
993
990
  "oa-user-management-sync-provider-logs": typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends {
994
991
  propsDefinition: infer TProp;
995
992
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6a15d7edea3d4b548b71d8a7f3e50295 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6a15d7edea3d4b548b71d8a7f3e50295>, "propsDefinition">> : never;
993
+ "oa-user-management-omnia-search-user-logs": typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends {
994
+ propsDefinition: infer TProp;
995
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce77bbdc8d37d4449b3515d9f408e7ec8>, "propsDefinition">> : never;
996
996
  "oa-user-management-user-journey": typeof wcf5842aadad834b4bb7b8ef9d6eb8b8e1 extends {
997
997
  propsDefinition: infer TProp;
998
998
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf5842aadad834b4bb7b8ef9d6eb8b8e1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf5842aadad834b4bb7b8ef9d6eb8b8e1>, "propsDefinition">> : never;
@@ -1023,9 +1023,6 @@ declare global {
1023
1023
  "oa-user-management-dynamicgroup-listing": typeof wc9c3a9218af534e48b95ba122eb43db64 extends {
1024
1024
  propsDefinition: infer TProp;
1025
1025
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9c3a9218af534e48b95ba122eb43db64 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9c3a9218af534e48b95ba122eb43db64>, "propsDefinition">> : never;
1026
- "oa-user-management-dynamicgroup-detail": typeof wcf43ef789418d4f56bd2788420f3d9823 extends {
1027
- propsDefinition: infer TProp;
1028
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf43ef789418d4f56bd2788420f3d9823 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf43ef789418d4f56bd2788420f3d9823>, "propsDefinition">> : never;
1029
1026
  "oa-user-management-userproperty-listing": typeof wc77fa3438c9204b32bddc1b8361e530c2 extends {
1030
1027
  propsDefinition: infer TProp;
1031
1028
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc77fa3438c9204b32bddc1b8361e530c2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc77fa3438c9204b32bddc1b8361e530c2>, "propsDefinition">> : never;
@@ -1500,9 +1497,6 @@ declare global {
1500
1497
  "oa-businessprofile-settings-journey": typeof wc4b86a4364255448ca502e1daeb94d142 extends {
1501
1498
  propsDefinition: infer TProp;
1502
1499
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4b86a4364255448ca502e1daeb94d142 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4b86a4364255448ca502e1daeb94d142>, "propsDefinition">> : never;
1503
- "omnia-mediaflow-integration-key-secret": typeof wc6ef676e6d54a43a2b6e9707347934f94 extends {
1504
- propsDefinition: infer TProp;
1505
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6ef676e6d54a43a2b6e9707347934f94 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6ef676e6d54a43a2b6e9707347934f94>, "propsDefinition">> : never;
1506
1500
  "oa-business-profile-permission-journey": typeof wc01dbddb70b1a48dcaf16cd4f534cd2de extends {
1507
1501
  propsDefinition: infer TProp;
1508
1502
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc01dbddb70b1a48dcaf16cd4f534cd2de extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc01dbddb70b1a48dcaf16cd4f534cd2de>, "propsDefinition">> : never;
@@ -1515,6 +1509,18 @@ declare global {
1515
1509
  "oa-authenticationscreen-chrome": typeof wc479f9b8eedeb4c4195a31ac3e2b5299e extends {
1516
1510
  propsDefinition: infer TProp;
1517
1511
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc479f9b8eedeb4c4195a31ac3e2b5299e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc479f9b8eedeb4c4195a31ac3e2b5299e>, "propsDefinition">> : never;
1512
+ "oa-publishing-apps-admin-journey": typeof wc0c165626e6834b5284303c38248bc2ec extends {
1513
+ propsDefinition: infer TProp;
1514
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0c165626e6834b5284303c38248bc2ec extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0c165626e6834b5284303c38248bc2ec>, "propsDefinition">> : never;
1515
+ "oa-teamwork-apps-admin-journey": typeof wc97fc43f2fa6e429483740135f5884c00 extends {
1516
+ propsDefinition: infer TProp;
1517
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc97fc43f2fa6e429483740135f5884c00 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc97fc43f2fa6e429483740135f5884c00>, "propsDefinition">> : never;
1518
+ "oa-communities-apps-admin-journey": typeof wc633b2666fb3c48078175013704c7f7ac extends {
1519
+ propsDefinition: infer TProp;
1520
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc633b2666fb3c48078175013704c7f7ac extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc633b2666fb3c48078175013704c7f7ac>, "propsDefinition">> : never;
1521
+ "oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
1522
+ propsDefinition: infer TProp;
1523
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca457ba6d0da84795925235989b9c0c9a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca457ba6d0da84795925235989b9c0c9a>, "propsDefinition">> : never;
1518
1524
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
1519
1525
  propsDefinition: infer TProp;
1520
1526
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
@@ -1647,12 +1653,18 @@ declare global {
1647
1653
  "omfx-enterpriseproperties-datafield-edit": typeof wcbb27e780de41442fa9cab8cef6c71100 extends {
1648
1654
  propsDefinition: infer TProp;
1649
1655
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbb27e780de41442fa9cab8cef6c71100 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbb27e780de41442fa9cab8cef6c71100>, "propsDefinition">> : never;
1656
+ "omfx-enterpriseproperties-datetimefield-edit": typeof wcf689d794d21e48389aa2504cc5798d65 extends {
1657
+ propsDefinition: infer TProp;
1658
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf689d794d21e48389aa2504cc5798d65 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf689d794d21e48389aa2504cc5798d65>, "propsDefinition">> : never;
1650
1659
  "omfx-enterpriseproperties-personfield-edit": typeof wc4a5ec32ee02846e7b89b47a710a0268a extends {
1651
1660
  propsDefinition: infer TProp;
1652
1661
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4a5ec32ee02846e7b89b47a710a0268a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4a5ec32ee02846e7b89b47a710a0268a>, "propsDefinition">> : never;
1653
1662
  "omfx-enterpriseproperties-tags-edit": typeof wc65c3c7b9916e4243b56436166f2c94ae extends {
1654
1663
  propsDefinition: infer TProp;
1655
1664
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc65c3c7b9916e4243b56436166f2c94ae extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc65c3c7b9916e4243b56436166f2c94ae>, "propsDefinition">> : never;
1665
+ "omfx-enterpriseproperties-textfield-edit": typeof wce5575bd6b2014c3a8a67899459211110 extends {
1666
+ propsDefinition: infer TProp;
1667
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce5575bd6b2014c3a8a67899459211110 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce5575bd6b2014c3a8a67899459211110>, "propsDefinition">> : never;
1656
1668
  "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6 extends {
1657
1669
  propsDefinition: infer TProp;
1658
1670
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc4ecc566131194348b7ec8495a06d4fd6 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc4ecc566131194348b7ec8495a06d4fd6>, "propsDefinition">> : never;
@@ -2084,27 +2096,16 @@ declare global {
2084
2096
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2085
2097
  };
2086
2098
  } : typeof wcbc947f375ee34d2a98e2d431f2e45b62;
2087
- "tad": {
2088
- "openai": {
2089
- "dalle": {
2090
- "secret": typeof wc28b79dc39fc04a07ae50fa8d77e4a84b extends {
2091
- propsDefinition: infer TProp;
2092
- } ? {
2093
- new (...args: any[]): {
2094
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2095
- };
2096
- } : typeof wc28b79dc39fc04a07ae50fa8d77e4a84b;
2099
+ "security": {
2100
+ "journey": typeof wc64414dbb034543c89572b254ef41aae7 extends {
2101
+ propsDefinition: infer TProp;
2102
+ } ? {
2103
+ new (...args: any[]): {
2104
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2097
2105
  };
2098
- };
2099
- "recaptcha": {
2100
- "secret": typeof wcf74692483c39443d969714abc70bb73c extends {
2101
- propsDefinition: infer TProp;
2102
- } ? {
2103
- new (...args: any[]): {
2104
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2105
- };
2106
- } : typeof wcf74692483c39443d969714abc70bb73c;
2107
- };
2106
+ } : typeof wc64414dbb034543c89572b254ef41aae7;
2107
+ };
2108
+ "tad": {
2108
2109
  "security": {
2109
2110
  "journey": typeof wc48770aa703464610ace370d3f3e65f14 extends {
2110
2111
  propsDefinition: infer TProp;
@@ -2130,17 +2131,6 @@ declare global {
2130
2131
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2131
2132
  };
2132
2133
  } : typeof wc29e4919fca93492d9b81ddca5a5dc28a;
2133
- "text": {
2134
- "completion": {
2135
- "form": typeof wc8f0de086dd4048209dcf73e01556c5ae extends {
2136
- propsDefinition: infer TProp;
2137
- } ? {
2138
- new (...args: any[]): {
2139
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2140
- };
2141
- } : typeof wc8f0de086dd4048209dcf73e01556c5ae;
2142
- };
2143
- };
2144
2134
  "tenant": {
2145
2135
  "mediapicker": {
2146
2136
  "cropratios": typeof wca49a79f59f1e471d813f12926f411f9c extends {
@@ -2188,15 +2178,6 @@ declare global {
2188
2178
  };
2189
2179
  } : typeof wcfcf7035a4e22428fbcdd47843d4882ba;
2190
2180
  };
2191
- "security": {
2192
- "journey": typeof wc64414dbb034543c89572b254ef41aae7 extends {
2193
- propsDefinition: infer TProp;
2194
- } ? {
2195
- new (...args: any[]): {
2196
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2197
- };
2198
- } : typeof wc64414dbb034543c89572b254ef41aae7;
2199
- };
2200
2181
  "pad": {
2201
2182
  "security": {
2202
2183
  "journey": typeof wc08e71efb7ee2488db6822d7cfb9c7e8b extends {
@@ -2335,19 +2316,6 @@ declare global {
2335
2316
  } : typeof wc3147213782724576b53d13e580af67ae;
2336
2317
  };
2337
2318
  };
2338
- "mediaflow": {
2339
- "integration": {
2340
- "key": {
2341
- "secret": typeof wc6ef676e6d54a43a2b6e9707347934f94 extends {
2342
- propsDefinition: infer TProp;
2343
- } ? {
2344
- new (...args: any[]): {
2345
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2346
- };
2347
- } : typeof wc6ef676e6d54a43a2b6e9707347934f94;
2348
- };
2349
- };
2350
- };
2351
2319
  };
2352
2320
  "dev": {
2353
2321
  "socket": typeof wce6b88bd8d41949c8af6fed268ae64430 extends {
@@ -5392,6 +5360,13 @@ declare global {
5392
5360
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5393
5361
  };
5394
5362
  } : typeof wc8bb3a534205140f58cea8130e5b10715;
5363
+ "edit": typeof wcf689d794d21e48389aa2504cc5798d65 extends {
5364
+ propsDefinition: infer TProp;
5365
+ } ? {
5366
+ new (...args: any[]): {
5367
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5368
+ };
5369
+ } : typeof wcf689d794d21e48389aa2504cc5798d65;
5395
5370
  };
5396
5371
  "personfield": {
5397
5372
  "display": typeof wc08f6ee02c5d94b648f630ec352fdd94c extends {
@@ -5418,6 +5393,15 @@ declare global {
5418
5393
  };
5419
5394
  } : typeof wc65c3c7b9916e4243b56436166f2c94ae;
5420
5395
  };
5396
+ "textfield": {
5397
+ "edit": typeof wce5575bd6b2014c3a8a67899459211110 extends {
5398
+ propsDefinition: infer TProp;
5399
+ } ? {
5400
+ new (...args: any[]): {
5401
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5402
+ };
5403
+ } : typeof wce5575bd6b2014c3a8a67899459211110;
5404
+ };
5421
5405
  "extended": {
5422
5406
  "property": {
5423
5407
  "settings": typeof wc4ecc566131194348b7ec8495a06d4fd6 extends {
@@ -5488,6 +5472,15 @@ declare global {
5488
5472
  };
5489
5473
  };
5490
5474
  let oa: {
5475
+ "recaptcha": {
5476
+ "secret": typeof wcf74692483c39443d969714abc70bb73c extends {
5477
+ propsDefinition: infer TProp;
5478
+ } ? {
5479
+ new (...args: any[]): {
5480
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5481
+ };
5482
+ } : typeof wcf74692483c39443d969714abc70bb73c;
5483
+ };
5491
5484
  "tenant": {
5492
5485
  "secrets": {
5493
5486
  "journey": typeof wc1d60e6da39df4458b6213b4d64bf2843 extends {
@@ -5627,6 +5620,19 @@ declare global {
5627
5620
  } : typeof wc6a15d7edea3d4b548b71d8a7f3e50295;
5628
5621
  };
5629
5622
  };
5623
+ "omnia": {
5624
+ "search": {
5625
+ "user": {
5626
+ "logs": typeof wce77bbdc8d37d4449b3515d9f408e7ec8 extends {
5627
+ propsDefinition: infer TProp;
5628
+ } ? {
5629
+ new (...args: any[]): {
5630
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5631
+ };
5632
+ } : typeof wce77bbdc8d37d4449b3515d9f408e7ec8;
5633
+ };
5634
+ };
5635
+ };
5630
5636
  "user": {
5631
5637
  "journey": typeof wcf5842aadad834b4bb7b8ef9d6eb8b8e1 extends {
5632
5638
  propsDefinition: infer TProp;
@@ -5733,13 +5739,6 @@ declare global {
5733
5739
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5734
5740
  };
5735
5741
  } : typeof wc9c3a9218af534e48b95ba122eb43db64;
5736
- "detail": typeof wcf43ef789418d4f56bd2788420f3d9823 extends {
5737
- propsDefinition: infer TProp;
5738
- } ? {
5739
- new (...args: any[]): {
5740
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5741
- };
5742
- } : typeof wcf43ef789418d4f56bd2788420f3d9823;
5743
5742
  };
5744
5743
  "userproperty": {
5745
5744
  "listing": typeof wc77fa3438c9204b32bddc1b8361e530c2 extends {
@@ -5810,6 +5809,56 @@ declare global {
5810
5809
  };
5811
5810
  } : typeof wc479f9b8eedeb4c4195a31ac3e2b5299e;
5812
5811
  };
5812
+ "publishing": {
5813
+ "apps": {
5814
+ "admin": {
5815
+ "journey": typeof wc0c165626e6834b5284303c38248bc2ec extends {
5816
+ propsDefinition: infer TProp;
5817
+ } ? {
5818
+ new (...args: any[]): {
5819
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5820
+ };
5821
+ } : typeof wc0c165626e6834b5284303c38248bc2ec;
5822
+ };
5823
+ };
5824
+ };
5825
+ "teamwork": {
5826
+ "apps": {
5827
+ "admin": {
5828
+ "journey": typeof wc97fc43f2fa6e429483740135f5884c00 extends {
5829
+ propsDefinition: infer TProp;
5830
+ } ? {
5831
+ new (...args: any[]): {
5832
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5833
+ };
5834
+ } : typeof wc97fc43f2fa6e429483740135f5884c00;
5835
+ };
5836
+ };
5837
+ };
5838
+ "communities": {
5839
+ "apps": {
5840
+ "admin": {
5841
+ "journey": typeof wc633b2666fb3c48078175013704c7f7ac extends {
5842
+ propsDefinition: infer TProp;
5843
+ } ? {
5844
+ new (...args: any[]): {
5845
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5846
+ };
5847
+ } : typeof wc633b2666fb3c48078175013704c7f7ac;
5848
+ };
5849
+ };
5850
+ };
5851
+ "app": {
5852
+ "management": {
5853
+ "category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
5854
+ propsDefinition: infer TProp;
5855
+ } ? {
5856
+ new (...args: any[]): {
5857
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5858
+ };
5859
+ } : typeof wca457ba6d0da84795925235989b9c0c9a;
5860
+ };
5861
+ };
5813
5862
  "auditlogs": {
5814
5863
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {
5815
5864
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.223-dev",
4
+ "version": "8.0.224-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.223-dev",
23
+ "@omnia/fx-models": "8.0.224-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- container: {
3
- fontSize: number;
4
- };
5
- };
6
- export default _default;
@@ -1,100 +0,0 @@
1
- import { ISecretFormApi, Secret, guid } from "@omnia/fx-models";
2
- export declare const DallESecretFormNames: {
3
- readonly apikey: "apikey";
4
- readonly apibaseurl: "apibaseurl";
5
- };
6
- declare const _default: {
7
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
8
- bladeId: {
9
- type: import("vue").PropType<guid>;
10
- };
11
- profileId: {
12
- type: import("vue").PropType<guid>;
13
- };
14
- getApi: {
15
- type: import("vue").PropType<(api: ISecretFormApi) => void>;
16
- required: true;
17
- };
18
- "onUpdate:modelValue": {
19
- type: import("vue").PropType<(value: Secret) => any>;
20
- };
21
- modelValue: {
22
- type: import("vue").PropType<Secret>;
23
- required: true;
24
- };
25
- }>>, JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
26
- bladeId: {
27
- type: import("vue").PropType<guid>;
28
- };
29
- profileId: {
30
- type: import("vue").PropType<guid>;
31
- };
32
- getApi: {
33
- type: import("vue").PropType<(api: ISecretFormApi) => void>;
34
- required: true;
35
- };
36
- "onUpdate:modelValue": {
37
- type: import("vue").PropType<(value: Secret) => any>;
38
- };
39
- modelValue: {
40
- type: import("vue").PropType<Secret>;
41
- required: true;
42
- };
43
- }>>, {}, true, {}, {}, {
44
- P: {};
45
- B: {};
46
- D: {};
47
- C: {};
48
- M: {};
49
- Defaults: {};
50
- }, Readonly<import("vue").ExtractPropTypes<{
51
- bladeId: {
52
- type: import("vue").PropType<guid>;
53
- };
54
- profileId: {
55
- type: import("vue").PropType<guid>;
56
- };
57
- getApi: {
58
- type: import("vue").PropType<(api: ISecretFormApi) => void>;
59
- required: true;
60
- };
61
- "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: Secret) => any>;
63
- };
64
- modelValue: {
65
- type: import("vue").PropType<Secret>;
66
- required: true;
67
- };
68
- }>>, JSX.Element, {}, {}, {}, {}>;
69
- __isFragment?: never;
70
- __isTeleport?: never;
71
- __isSuspense?: never;
72
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
73
- bladeId: {
74
- type: import("vue").PropType<guid>;
75
- };
76
- profileId: {
77
- type: import("vue").PropType<guid>;
78
- };
79
- getApi: {
80
- type: import("vue").PropType<(api: ISecretFormApi) => void>;
81
- required: true;
82
- };
83
- "onUpdate:modelValue": {
84
- type: import("vue").PropType<(value: Secret) => any>;
85
- };
86
- modelValue: {
87
- type: import("vue").PropType<Secret>;
88
- required: true;
89
- };
90
- }>>, JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
91
- propsDefinition: Omit<Readonly<{
92
- modelValue: Secret;
93
- getApi: (api: ISecretFormApi) => void;
94
- } & {
95
- profileId?: guid;
96
- "onUpdate:modelValue"?: (value: Secret) => any;
97
- bladeId?: guid;
98
- }>, never>;
99
- };
100
- export default _default;
@@ -1,12 +0,0 @@
1
- export declare namespace DallEConfig {
2
- const namespace = "Omnia.Admin.DallE";
3
- interface locInterface {
4
- Title: string;
5
- ApiKey: string;
6
- DummyKey: string;
7
- ApiBaseUrl: string;
8
- DeploymentName: string;
9
- ApiVersion: string;
10
- EmptyApiVersion: string;
11
- }
12
- }
@@ -1,11 +0,0 @@
1
- export declare namespace MediaflowSecretsLocalization {
2
- const namespace = "OmniaBusinessProfile.MediaflowSecrets";
3
- interface locInterface {
4
- Title: string;
5
- IntegrationKey: string;
6
- DummyKey: string;
7
- ClientIdHeader: string;
8
- ClientSecretHeader: string;
9
- RefreshtokenHeader: string;
10
- }
11
- }
@@ -1,4 +0,0 @@
1
- export declare const TextCompletionFormNames: {
2
- readonly apikey: "apikey";
3
- readonly apibaseurl: "apibaseurl";
4
- };
@@ -1,12 +0,0 @@
1
- export declare namespace TextCompletionConfigLocalization {
2
- const namespace = "Omnia.Admin.TextCompletionConfig";
3
- interface locInterface {
4
- Title: string;
5
- ApiKey: string;
6
- DummyKey: string;
7
- ApiBaseUrl: string;
8
- DeploymentName: string;
9
- ApiVersion: string;
10
- EmptyApiVersion: string;
11
- }
12
- }
@@ -1,19 +0,0 @@
1
- import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
2
- import { EnterprisePropertyDateTimeItemSettings } from "../../../../models";
3
- import { EnterprisePropertyEditorSettings } from "../../EnterprisePropertyComponentProps";
4
- export interface IDateTimeFieldEdit extends EnterprisePropertyEditorSettings<EnterprisePropertyDateTimeItemSettings> {
5
- includeTime?: boolean;
6
- icon?: string;
7
- tooltip?: string;
8
- }
9
- declare global {
10
- namespace JSX {
11
- interface Element {
12
- }
13
- interface ElementClass {
14
- }
15
- interface IntrinsicElements {
16
- "omfx-enterpriseproperties-datetimefield-edit": TsxAllowUnknowProperties<IDateTimeFieldEdit>;
17
- }
18
- }
19
- }
@@ -1 +0,0 @@
1
- export * from "./IDateTimeFieldEdit";
@@ -1,18 +0,0 @@
1
- import { TsxAllowUnknowProperties } from "@omnia/fx/ux";
2
- import { EnterprisePropertyTextItemSettings } from "../../../../models";
3
- import { EnterprisePropertyEditorSettings } from "../../EnterprisePropertyComponentProps";
4
- export interface ITextFieldEdit extends EnterprisePropertyEditorSettings<EnterprisePropertyTextItemSettings> {
5
- dark?: boolean;
6
- filled?: boolean;
7
- }
8
- declare global {
9
- namespace JSX {
10
- interface Element {
11
- }
12
- interface ElementClass {
13
- }
14
- interface IntrinsicElements {
15
- "omfx-enterpriseproperties-textfield-edit": TsxAllowUnknowProperties<ITextFieldEdit>;
16
- }
17
- }
18
- }
@@ -1 +0,0 @@
1
- export * from "./ITextFieldEdit";
@@ -1,7 +0,0 @@
1
- import { ColorDefinition } from "@omnia/fx-models";
2
- declare const _default: {
3
- rowWrapper: (color: ColorDefinition) => string;
4
- actionCell: string;
5
- wrapper: (colors: import("@omnia/fx/ux").ColorSchemaStoreType, showFooter: boolean) => string;
6
- };
7
- export default _default;
@@ -1,13 +0,0 @@
1
- import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
2
- export declare const DialogStyles: {
3
- templateTitle: string;
4
- titleWrapper: (dark: boolean) => string;
5
- fixedContent: (backgroundColor: string) => string;
6
- navigationDrawer: (dark: boolean) => string;
7
- navigationWrapper: (dark: boolean) => string;
8
- activator: string;
9
- contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => string;
10
- notScrollOutside: string;
11
- iconWrapper: (dark: boolean) => string;
12
- footerWrapper: (backgroundColor: ColorDefinition) => string;
13
- };
@@ -1,3 +0,0 @@
1
- export declare const DraggableStyles: {
2
- hoverStyle: string;
3
- };