@omnia/fx 8.0.87-vnext → 8.0.88-vnext
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/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +4 -10
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +24 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +454 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +433 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +451 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +451 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +450 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +450 -0
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +4 -1
- package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -4
- package/internal-do-not-import-from-here/wctypings.d.ts +138 -135
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/alignment/AlignmentEditor.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/index.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditor.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuetify/stepper/VStepperItems.d.ts +0 -1
@@ -93,51 +93,51 @@ import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutE
|
|
93
93
|
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
94
94
|
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
95
95
|
import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
|
96
|
-
import
|
97
|
-
import
|
98
|
-
import
|
99
|
-
import
|
100
|
-
import
|
101
|
-
import
|
102
|
-
import
|
103
|
-
import
|
104
|
-
import
|
105
|
-
import
|
106
|
-
import
|
107
|
-
import
|
108
|
-
import
|
109
|
-
import
|
110
|
-
import
|
111
|
-
import
|
112
|
-
import
|
113
|
-
import
|
114
|
-
import
|
115
|
-
import
|
116
|
-
import
|
117
|
-
import
|
118
|
-
import
|
119
|
-
import
|
120
|
-
import
|
121
|
-
import
|
122
|
-
import
|
123
|
-
import
|
124
|
-
import
|
125
|
-
import
|
126
|
-
import
|
127
|
-
import
|
128
|
-
import
|
129
|
-
import
|
130
|
-
import
|
131
|
-
import
|
132
|
-
import
|
133
|
-
import
|
134
|
-
import
|
135
|
-
import
|
136
|
-
import
|
137
|
-
import
|
138
|
-
import
|
139
|
-
import
|
140
|
-
import
|
96
|
+
import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
|
97
|
+
import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
|
98
|
+
import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
|
99
|
+
import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
|
100
|
+
import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
|
101
|
+
import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
|
102
|
+
import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
|
103
|
+
import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
|
104
|
+
import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
|
105
|
+
import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
|
106
|
+
import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
|
107
|
+
import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
|
108
|
+
import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
|
109
|
+
import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
|
110
|
+
import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
|
111
|
+
import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
|
112
|
+
import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
|
113
|
+
import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
|
114
|
+
import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
|
115
|
+
import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
|
116
|
+
import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
|
117
|
+
import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
|
118
|
+
import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
|
119
|
+
import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/NavigationDrawer';
|
120
|
+
import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
|
121
|
+
import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
|
122
|
+
import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
|
123
|
+
import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
|
124
|
+
import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
|
125
|
+
import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
|
126
|
+
import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
|
127
|
+
import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
|
128
|
+
import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
|
129
|
+
import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
|
130
|
+
import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
|
131
|
+
import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
|
132
|
+
import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
|
133
|
+
import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
|
134
|
+
import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
|
135
|
+
import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
|
136
|
+
import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
|
137
|
+
import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
|
138
|
+
import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
|
139
|
+
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
|
140
|
+
import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
|
141
141
|
import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
|
142
142
|
import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
|
143
143
|
import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
|
@@ -213,6 +213,7 @@ import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/Velc
|
|
213
213
|
import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
|
214
214
|
import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/DefinitionPicker';
|
215
215
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
216
|
+
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/propertyeditors/PropertyEditorCreator';
|
216
217
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
217
218
|
import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
|
218
219
|
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
@@ -343,51 +344,51 @@ declare global {
|
|
343
344
|
"omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
|
344
345
|
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
|
345
346
|
"omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
|
346
|
-
"o-app-bar": typeof
|
347
|
-
"o-avatar": typeof
|
348
|
-
"o-badge": typeof
|
349
|
-
"o-btn": typeof
|
350
|
-
"o-btn-group": typeof
|
351
|
-
"o-card": typeof
|
352
|
-
"o-checkbox": typeof
|
353
|
-
"o-chip": typeof
|
354
|
-
"o-col": typeof
|
355
|
-
"o-data-table": typeof
|
356
|
-
"o-dialog": typeof
|
357
|
-
"o-divider": typeof
|
358
|
-
"o-draggable": typeof
|
359
|
-
"o-expansion-panels": typeof
|
360
|
-
"o-expansion-panel": typeof
|
361
|
-
"o-host-provider": typeof
|
362
|
-
"o-icon": typeof
|
363
|
-
"o-img": typeof
|
364
|
-
"o-layout": typeof
|
365
|
-
"o-list": typeof
|
366
|
-
"o-list-item": typeof
|
367
|
-
"o-main": typeof
|
368
|
-
"o-menu": typeof
|
369
|
-
"o-navigation-drawer": typeof
|
370
|
-
"o-panel": typeof
|
371
|
-
"o-progress": typeof
|
372
|
-
"o-radio-group": typeof
|
373
|
-
"o-radio": typeof
|
374
|
-
"o-select": typeof
|
375
|
-
"o-slider": typeof
|
376
|
-
"o-snackbar": typeof
|
377
|
-
"o-spacer": typeof
|
378
|
-
"o-stepper": typeof
|
379
|
-
"o-stepper-step": typeof
|
380
|
-
"o-switch": typeof
|
381
|
-
"o-tabs": typeof
|
382
|
-
"o-tab": typeof
|
383
|
-
"o-table": typeof
|
384
|
-
"o-text": typeof
|
385
|
-
"o-textarea": typeof
|
386
|
-
"o-text-field": typeof
|
387
|
-
"o-toolbar": typeof
|
388
|
-
"o-tooltip": typeof
|
389
|
-
"o-treeview": typeof
|
390
|
-
"o-validation": typeof
|
347
|
+
"o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & VueComponentBaseProps;
|
348
|
+
"o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & VueComponentBaseProps;
|
349
|
+
"o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & VueComponentBaseProps;
|
350
|
+
"o-btn": typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & VueComponentBaseProps;
|
351
|
+
"o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & VueComponentBaseProps;
|
352
|
+
"o-card": typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & VueComponentBaseProps;
|
353
|
+
"o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & VueComponentBaseProps;
|
354
|
+
"o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & VueComponentBaseProps;
|
355
|
+
"o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition & VueComponentBaseProps;
|
356
|
+
"o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & VueComponentBaseProps;
|
357
|
+
"o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & VueComponentBaseProps;
|
358
|
+
"o-divider": typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & VueComponentBaseProps;
|
359
|
+
"o-draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & VueComponentBaseProps;
|
360
|
+
"o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & VueComponentBaseProps;
|
361
|
+
"o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & VueComponentBaseProps;
|
362
|
+
"o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & VueComponentBaseProps;
|
363
|
+
"o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & VueComponentBaseProps;
|
364
|
+
"o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & VueComponentBaseProps;
|
365
|
+
"o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & VueComponentBaseProps;
|
366
|
+
"o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & VueComponentBaseProps;
|
367
|
+
"o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & VueComponentBaseProps;
|
368
|
+
"o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & VueComponentBaseProps;
|
369
|
+
"o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & VueComponentBaseProps;
|
370
|
+
"o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & VueComponentBaseProps;
|
371
|
+
"o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & VueComponentBaseProps;
|
372
|
+
"o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition & VueComponentBaseProps;
|
373
|
+
"o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & VueComponentBaseProps;
|
374
|
+
"o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & VueComponentBaseProps;
|
375
|
+
"o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & VueComponentBaseProps;
|
376
|
+
"o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & VueComponentBaseProps;
|
377
|
+
"o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & VueComponentBaseProps;
|
378
|
+
"o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & VueComponentBaseProps;
|
379
|
+
"o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & VueComponentBaseProps;
|
380
|
+
"o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & VueComponentBaseProps;
|
381
|
+
"o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & VueComponentBaseProps;
|
382
|
+
"o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & VueComponentBaseProps;
|
383
|
+
"o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & VueComponentBaseProps;
|
384
|
+
"o-table": typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & VueComponentBaseProps;
|
385
|
+
"o-text": typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & VueComponentBaseProps;
|
386
|
+
"o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & VueComponentBaseProps;
|
387
|
+
"o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & VueComponentBaseProps;
|
388
|
+
"o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & VueComponentBaseProps;
|
389
|
+
"o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & VueComponentBaseProps;
|
390
|
+
"o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & VueComponentBaseProps;
|
391
|
+
"o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & VueComponentBaseProps;
|
391
392
|
"omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
|
392
393
|
"omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
|
393
394
|
"omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
|
@@ -463,6 +464,7 @@ declare global {
|
|
463
464
|
"omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
|
464
465
|
"omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
|
465
466
|
"omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
|
467
|
+
"omfx-velcron-property-editor-creator": typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & VueComponentBaseProps;
|
466
468
|
"omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
|
467
469
|
"omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
|
468
470
|
"omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
|
@@ -591,51 +593,51 @@ declare global {
|
|
591
593
|
"LayoutBlockRendererHelper": typeof wc0b2ee63495854227a082987161a9e641 & VueComponentBaseProps;
|
592
594
|
"LayoutRendererCanvas": typeof wcf346db89a53b404690b1795429fb0162 & VueComponentBaseProps;
|
593
595
|
"MediaPickerDallePollingImage": typeof wc8f6c9579f26646dfb316c087e04455cc & VueComponentBaseProps;
|
594
|
-
"OAppBar": typeof
|
595
|
-
"OAvatar": typeof
|
596
|
-
"OBadge": typeof
|
597
|
-
"OBtn": typeof
|
598
|
-
"OBtnGroup": typeof
|
599
|
-
"OCard": typeof
|
600
|
-
"OCheckbox": typeof
|
601
|
-
"OChip": typeof
|
602
|
-
"OCol": typeof
|
603
|
-
"ODataTable": typeof
|
604
|
-
"ODialog": typeof
|
605
|
-
"ODivider": typeof
|
606
|
-
"ODraggable": typeof
|
607
|
-
"OExpansionPanels": typeof
|
608
|
-
"OExpansionPanel": typeof
|
609
|
-
"OHostProvider": typeof
|
610
|
-
"OIcon": typeof
|
611
|
-
"OImg": typeof
|
612
|
-
"OLayout": typeof
|
613
|
-
"OList": typeof
|
614
|
-
"OListItem": typeof
|
615
|
-
"OMain": typeof
|
616
|
-
"OMenu": typeof
|
617
|
-
"ONavigationDrawer": typeof
|
618
|
-
"OPanel": typeof
|
619
|
-
"OProgress": typeof
|
620
|
-
"ORadioGroup": typeof
|
621
|
-
"ORadio": typeof
|
622
|
-
"OSelect": typeof
|
623
|
-
"OSlider": typeof
|
624
|
-
"OSnackbar": typeof
|
625
|
-
"OSpacer": typeof
|
626
|
-
"OStepper": typeof
|
627
|
-
"OStepperStep": typeof
|
628
|
-
"OSwitch": typeof
|
629
|
-
"OTabs": typeof
|
630
|
-
"OTab": typeof
|
631
|
-
"OTable": typeof
|
632
|
-
"OText": typeof
|
633
|
-
"OTextarea": typeof
|
634
|
-
"OTextField": typeof
|
635
|
-
"OToolbar": typeof
|
636
|
-
"OTooltip": typeof
|
637
|
-
"OTreeview": typeof
|
638
|
-
"OValidation": typeof
|
596
|
+
"OAppBar": typeof wc90d19714df6c4b16bd5d42bc705e7692 & VueComponentBaseProps;
|
597
|
+
"OAvatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a & VueComponentBaseProps;
|
598
|
+
"OBadge": typeof wc4cc48714e16a45feb2d213932a13d1f8 & VueComponentBaseProps;
|
599
|
+
"OBtn": typeof wc2dc36afd27594696ad30c07d123dcc62 & VueComponentBaseProps;
|
600
|
+
"OBtnGroup": typeof wc2c9330897d814c55987d0530d63d458e & VueComponentBaseProps;
|
601
|
+
"OCard": typeof wc9349eb7714274f73bb91f7994524e5c8 & VueComponentBaseProps;
|
602
|
+
"OCheckbox": typeof wcf552852ba9874a378c9329da62aaf9dc & VueComponentBaseProps;
|
603
|
+
"OChip": typeof wcf12317feb91b4efebc337cfe39fabe1c & VueComponentBaseProps;
|
604
|
+
"OCol": typeof wcd116618a12d0439f8da809535809c260 & VueComponentBaseProps;
|
605
|
+
"ODataTable": typeof wc27c00720f7fb46bbb39286a2cb94797c & VueComponentBaseProps;
|
606
|
+
"ODialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 & VueComponentBaseProps;
|
607
|
+
"ODivider": typeof wcc0415286cfac41349dd264dc1621c463 & VueComponentBaseProps;
|
608
|
+
"ODraggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55 & VueComponentBaseProps;
|
609
|
+
"OExpansionPanels": typeof wc220372653d7a43a6a79cf1d01a23cffb & VueComponentBaseProps;
|
610
|
+
"OExpansionPanel": typeof wca6ca5f7d21d24b168fcab70c965fded1 & VueComponentBaseProps;
|
611
|
+
"OHostProvider": typeof wc8beba318c75e49aab203190ba1953c71 & VueComponentBaseProps;
|
612
|
+
"OIcon": typeof wcdf79ba95ee5d40139e7935297b7d1e87 & VueComponentBaseProps;
|
613
|
+
"OImg": typeof wc1a821ca3b97a4b78bf235864addd38ca & VueComponentBaseProps;
|
614
|
+
"OLayout": typeof wc428e436c13dc457898a408786361c9b1 & VueComponentBaseProps;
|
615
|
+
"OList": typeof wc154a229c9bd84d31aed848da93f29ea2 & VueComponentBaseProps;
|
616
|
+
"OListItem": typeof wc4a4631845ea24fbb8cabdbb9b06772da & VueComponentBaseProps;
|
617
|
+
"OMain": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 & VueComponentBaseProps;
|
618
|
+
"OMenu": typeof wc01c206c8b30e41408b6457cdea679b78 & VueComponentBaseProps;
|
619
|
+
"ONavigationDrawer": typeof wc48b4d391d03f4a01a9485b845917d229 & VueComponentBaseProps;
|
620
|
+
"OPanel": typeof wc1d8d2a2328244f1eab96344841305976 & VueComponentBaseProps;
|
621
|
+
"OProgress": typeof wc247719ac6d3843ec889face452544a21 & VueComponentBaseProps;
|
622
|
+
"ORadioGroup": typeof wc48962186dfb94f37adc76f475b80015d & VueComponentBaseProps;
|
623
|
+
"ORadio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 & VueComponentBaseProps;
|
624
|
+
"OSelect": typeof wc578e2a4d5cd247a4b1291911256253a7 & VueComponentBaseProps;
|
625
|
+
"OSlider": typeof wcd108fdde5ca942d7ae92195eb74b5452 & VueComponentBaseProps;
|
626
|
+
"OSnackbar": typeof wca19feddcd78b4065b7650162fd088379 & VueComponentBaseProps;
|
627
|
+
"OSpacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc & VueComponentBaseProps;
|
628
|
+
"OStepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e & VueComponentBaseProps;
|
629
|
+
"OStepperStep": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 & VueComponentBaseProps;
|
630
|
+
"OSwitch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 & VueComponentBaseProps;
|
631
|
+
"OTabs": typeof wc7345c491927b43438d9f5e14f51fbfad & VueComponentBaseProps;
|
632
|
+
"OTab": typeof wc8669930d609c497e8cde0c554621db88 & VueComponentBaseProps;
|
633
|
+
"OTable": typeof wc9ae46ba053704a329be291bf111c2a85 & VueComponentBaseProps;
|
634
|
+
"OText": typeof wcb5a113074f704ba89e1ee4102ea95536 & VueComponentBaseProps;
|
635
|
+
"OTextarea": typeof wc1e7db8a98533485d97b4359f64601ff0 & VueComponentBaseProps;
|
636
|
+
"OTextField": typeof wc94cf71a5a68d4b86aea325d400df2bd2 & VueComponentBaseProps;
|
637
|
+
"OToolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 & VueComponentBaseProps;
|
638
|
+
"OTooltip": typeof wc19adb19938604f41b10f3a00eb3eb534 & VueComponentBaseProps;
|
639
|
+
"OTreeview": typeof wcc617a9d7e25249929c41becb55905973 & VueComponentBaseProps;
|
640
|
+
"OValidation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 & VueComponentBaseProps;
|
639
641
|
"Emoticon": typeof wc58330f37503947799af05363e58bda3c & VueComponentBaseProps;
|
640
642
|
"TextcompletionPanel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d & VueComponentBaseProps;
|
641
643
|
"ThemedefinitionEditor": typeof wc4ff736bf8c544324883ed49f2a38f846 & VueComponentBaseProps;
|
@@ -711,6 +713,7 @@ declare global {
|
|
711
713
|
"VelcronBlockSettings": typeof wce8526e8ed3f74e848e0dd747fd4d376d & VueComponentBaseProps;
|
712
714
|
"VelcronDefinitionPicker": typeof wcb197c5e805cc4d6bb3d012e258560b31 & VueComponentBaseProps;
|
713
715
|
"VelcronPropertiesEditor": typeof wcdabd67ab338243858fe7d1ca24399995 & VueComponentBaseProps;
|
716
|
+
"VelcronPropertyEditorCreator": typeof wc5688474abe554cabb34c696620eb6be1 & VueComponentBaseProps;
|
714
717
|
"FilterengineTaxonomyPropertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2 & VueComponentBaseProps;
|
715
718
|
"FilterengineTaxonomyDefaultvalueInput": typeof wcded30c240e6c4688955867472a8d0a02 & VueComponentBaseProps;
|
716
719
|
"LayoutBackgroundSettings": typeof wcf5cf0b4975644d688124880ae533869e & VueComponentBaseProps;
|
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.88-vnext",
|
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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.88-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.3.
|
29
|
+
"vuetify": "3.3.13",
|
30
30
|
"vue": "3.3.4",
|
31
31
|
"tslib": "2.5.0",
|
32
32
|
"typescript": "5.0.4",
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronColorPropertyEditor: (settings?: undefined) => import("@omnia/fx-models").VelcronPropertyEditor<any>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronMarkdownPropertyEditor: (settings?: undefined) => import("@omnia/fx-models").VelcronPropertyEditor<any>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronSwitchPropertyEditor: (settings?: undefined) => import("@omnia/fx-models").VelcronPropertyEditor<any>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const useVelcronTextPropertyEditor: (settings?: undefined) => import("@omnia/fx-models").VelcronPropertyEditor<any>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|