@omnia/fx 8.0.18-dev → 8.0.19-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/apis/ApiHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +623 -56
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +178 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +192 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +108 -132
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +126 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +569 -78
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +92 -44
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +359 -68
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +255 -27
- package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +141 -15
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +340 -79
- package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +171 -40
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/store/BlueprintEditorStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +106 -15
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/BlueprintsJourney.d.ts → definitions/DefinitionsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes/ColorSchemasJourney.d.ts → definitions/blueprints/BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/BlockBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/ComponentsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/EditBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/SpacingBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/TypographyBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/components/BlockPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{typography/TypographyJourney.d.ts → definitions/colorschemes/ColorSchemasJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes → definitions/colorschemes}/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes → definitions/colorschemes}/blades/ColorSchemasBlade.d.ts +0 -0
@@ -3,5 +3,5 @@ import { ExtendApiConfigurationManifest } from "../core/Extend";
|
|
3
3
|
export declare class ApiHelper {
|
4
4
|
private static _resolvableApiConfigs;
|
5
5
|
static getExtendApiConfiguration<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>)): Promise<ExtendApiConfigurationManifest<T>[]>;
|
6
|
-
static loadExtendApiManifest<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>), callback: (configs: ExtendApiConfigurationManifest<T>[]) => LoadableBundleManifest): Future<void>;
|
6
|
+
static loadExtendApiManifest<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>), callback: (configs: ExtendApiConfigurationManifest<T>[]) => LoadableBundleManifest[]): Future<void>;
|
7
7
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js":{"id":"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/imagetransformation/constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformation/enums.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Filters","ImageEditorMenu"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/index.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/imagetransformation/utils.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/utils.js","buildMeta":{"exportsType":"namespace"},"expo.js":["getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformer/Constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformer/ImageTransformer.css.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/imagetransformer.css.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaStyles","transformer"]},"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerLocalization"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/IJourney.js":{"id":"./node_modules/@omnia/fx/ux/journey/ijourney.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/mediapicker/IMediaPicker.js":{"id":"./node_modules/@omnia/fx/ux/mediapicker/imediapicker.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/multiselectmediaprovidercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["MultiSelectMediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@formkit/auto-animate/vue/index.mjs":{"id":"./node_modules/@formkit/auto-animate/vue/index.mjs","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@material-design-icons/font/index.css":{"id":"./node_modules/@material-design-icons/font/index.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/splitpanes/dist/splitpanes.es.js":{"id":"./node_modules/splitpanes/dist/splitpanes.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/index.js":{"id":"./node_modules/typestyle/lib/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/formatting.js":{"id":"./node_modules/typestyle/lib/internal/formatting.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/typestyle.js":{"id":"./node_modules/typestyle/lib/internal/typestyle.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/utilities.js":{"id":"./node_modules/typestyle/lib/internal/utilities.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/types.js":{"id":"./node_modules/typestyle/lib/types.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppDataSourceProperty","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.tsx":{"id":"1682f669-2a99-45e6-aa8b-7ed3d4e538d5","buildMeta":{"exportsType":"namespace"},"expo.js":["GridViewMediaProviderComponent"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.tsx":{"id":"a3e11883-9574-4070-b80e-40faef6801d2","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['dee030cc-4ab3-4158-bb06-8049f5c67542']","content":{"./node_modules/@omnia/fx/ux/admin/BusinessProfileRouter.js":{"id":"./node_modules/@omnia/fx/ux/admin/businessprofilerouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BusinessProfileRouter"]},"./node_modules/@omnia/fx/ux/admin/chrome/AdminVisibiltyController.js":{"id":"./node_modules/@omnia/fx/ux/admin/chrome/adminvisibiltycontroller.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/admin/store/AdminStore.js":{"id":"./node_modules/@omnia/fx/ux/admin/store/adminstore.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AdminStore","useAdminStore"]},"./node_modules/@omnia/fx/ux/AnchorLink.js":{"id":"./node_modules/@omnia/fx/ux/anchorlink.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AnchorLink"]},"./node_modules/@omnia/fx/ux/appprovisioning/Enums.js":{"id":"./node_modules/@omnia/fx/ux/appprovisioning/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AppInstanceProgressActions"]},"./node_modules/@omnia/fx/ux/BlockInstance.js":{"id":"./node_modules/@omnia/fx/ux/blockinstance.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BlockInstance"]},"./node_modules/@omnia/fx/ux/confirmdialog/IConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/iconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay"]},"./node_modules/@omnia/fx/ux/confirmdialog/index.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogDisplay","ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/confirmdialog/IVueConfirmDialog.js":{"id":"./node_modules/@omnia/fx/ux/confirmdialog/ivueconfirmdialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ConfirmDialogResponse"]},"./node_modules/@omnia/fx/ux/decorators/index.js":{"id":"./node_modules/@omnia/fx/ux/decorators/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Emit","Options","Prop","Ref","Vue","Watch"]},"./node_modules/@omnia/fx/ux/dialog/IDialog.js":{"id":"./node_modules/@omnia/fx/ux/dialog/idialog.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/dialog/index.js":{"id":"./node_modules/@omnia/fx/ux/dialog/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DialogPositions"]},"./node_modules/@omnia/fx/ux/documenticon/IDocumentIcon.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/idocumenticon.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/documenticon/index.js":{"id":"./node_modules/@omnia/fx/ux/documenticon/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js":{"id":"./node_modules/@omnia/fx/ux/enterpriseglossary/componentbase/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/heading/IHeading.js":{"id":"./node_modules/@omnia/fx/ux/heading/iheading.js","buildMeta":{"exportsType":"namespace"},"expo.js":["HeadingSizes"]},"./node_modules/@omnia/fx/ux/imagetransformation/constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformation/enums.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/enums.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Filters","ImageEditorMenu"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-svg-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageSvgTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/image-transfomer.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformer"]},"./node_modules/@omnia/fx/ux/imagetransformation/index.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/interfaces.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/imagetransformation/utils.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformation/utils.js","buildMeta":{"exportsType":"namespace"},"expo.js":["getComputedProp","isEmpty","onApplyFilter","onApplyStyle","onFlipX","onFlipY","onReset"]},"./node_modules/@omnia/fx/ux/imagetransformer/Constants.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/constants.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Constants"]},"./node_modules/@omnia/fx/ux/imagetransformer/ImageTransformer.css.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/imagetransformer.css.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaStyles","transformer"]},"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/imagetransformer/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ImageTransformerLocalization"]},"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js":{"id":"./node_modules/@omnia/fx/ux/inputlanguagepicker/stores/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InputLanguageStore"]},"./node_modules/@omnia/fx/ux/InternalRouter.js":{"id":"./node_modules/@omnia/fx/ux/internalrouter.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalRouter"]},"./node_modules/@omnia/fx/ux/journey/IJourney.js":{"id":"./node_modules/@omnia/fx/ux/journey/ijourney.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/journey/index.js":{"id":"./node_modules/@omnia/fx/ux/journey/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/layoutcanvas/index.js":{"id":"./node_modules/@omnia/fx/ux/layoutcanvas/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/mediapicker/IMediaPicker.js":{"id":"./node_modules/@omnia/fx/ux/mediapicker/imediapicker.js","buildMeta":{}},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.tsx":{"id":"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/multiselectmediaprovidercomponentbase.tsx","buildMeta":{"exportsType":"namespace"},"expo.js":["MultiSelectMediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/messaging/index.js":{"id":"./node_modules/@omnia/fx/ux/messaging/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Topics"]},"./node_modules/@omnia/fx/ux/messaging/InternalTopics.js":{"id":"./node_modules/@omnia/fx/ux/messaging/internaltopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/ux/models/index.js":{"id":"./node_modules/@omnia/fx/ux/models/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/MultilingualContext.js":{"id":"./node_modules/@omnia/fx/ux/multilingualcontext.js","buildMeta":{"exportsType":"namespace"},"expo.js":["MultilingualContext"]},"./node_modules/@omnia/fx/ux/OmniaTheming.js":{"id":"./node_modules/@omnia/fx/ux/omniatheming.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaTheming"]},"./node_modules/@omnia/fx/ux/post/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/post/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["PostLocalization"]},"./node_modules/@omnia/fx/ux/social/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/social/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["CommentLocalization"]},"./node_modules/@omnia/fx/ux/StyleFlow.js":{"id":"./node_modules/@omnia/fx/ux/styleflow.js","buildMeta":{"exportsType":"namespace"},"expo.js":["StyleFlow"]},"./node_modules/@omnia/fx/ux/theming/index.js":{"id":"./node_modules/@omnia/fx/ux/theming/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCssRaw.css":{"id":"./node_modules/@omnia/fx/ux/uxcssraw.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxDefaultRichtextStyle.js":{"id":"./node_modules/@omnia/fx/ux/uxdefaultrichtextstyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["DefaultRichtextStyles"]},"./node_modules/@omnia/fx/ux/UxFlags.css":{"id":"./node_modules/@omnia/fx/ux/uxflags.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxFonts.css":{"id":"./node_modules/@omnia/fx/ux/uxfonts.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/UxModels.js":{"id":"./node_modules/@omnia/fx/ux/uxmodels.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BuiltInLocalizationKeys","OmniaUxLocalizationNamespace"]},"./node_modules/@omnia/fx/ux/UxStyles.js":{"id":"./node_modules/@omnia/fx/ux/uxstyles.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Styles"]},"./node_modules/@omnia/fx/ux/validation/IComponentValidationEnabled.js":{"id":"./node_modules/@omnia/fx/ux/validation/icomponentvalidationenabled.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/ux/validation/index.js":{"id":"./node_modules/@omnia/fx/ux/validation/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["LegacyFieldValueValidation"]},"./node_modules/@omnia/fx/ux/validation/loc/localize.js":{"id":"./node_modules/@omnia/fx/ux/validation/loc/localize.js","buildMeta":{"exportsType":"namespace"},"expo.js":["FieldValidationLocalization"]},"./node_modules/@omnia/fx/ux/versionedlayout/index.js":{"id":"./node_modules/@omnia/fx/ux/versionedlayout/index.js","buildMeta":{"exportsType":"namespace"}},"./node_modules/@formkit/auto-animate/vue/index.mjs":{"id":"./node_modules/@formkit/auto-animate/vue/index.mjs","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@material-design-icons/font/index.css":{"id":"./node_modules/@material-design-icons/font/index.css","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/splitpanes/dist/splitpanes.es.js":{"id":"./node_modules/splitpanes/dist/splitpanes.es.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/index.js":{"id":"./node_modules/typestyle/lib/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/formatting.js":{"id":"./node_modules/typestyle/lib/internal/formatting.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/typestyle.js":{"id":"./node_modules/typestyle/lib/internal/typestyle.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/internal/utilities.js":{"id":"./node_modules/typestyle/lib/internal/utilities.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/typestyle/lib/types.js":{"id":"./node_modules/typestyle/lib/types.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@omnia/fx/ux/admin/index.js":{"id":"0111486e-5dc8-4705-8247-d91fb2aba33d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/app/index.js":{"id":"14a0ce2f-3699-49b2-92d3-428caac194a4","buildMeta":{"exportsType":"namespace"},"expo.js":["AppContextProvider","AppDataSourceProperty","AppPropertiesProvider","Router"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.tsx":{"id":"1682f669-2a99-45e6-aa8b-7ed3d4e538d5","buildMeta":{"exportsType":"namespace"},"expo.js":["GridViewMediaProviderComponent"]},"./node_modules/@omnia/fx/ux/VueComponentBase.js":{"id":"8610c059-395a-45c2-804a-8c236f4d60d9","buildMeta":{"exportsType":"namespace"},"expo.js":["VueComponentBase","VueComponentConnect","getVuetifyAppClasses"]},"./node_modules/@omnia/fx/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.tsx":{"id":"a3e11883-9574-4070-b80e-40faef6801d2","buildMeta":{"exportsType":"namespace"},"expo.js":["MediaProviderComponentBase"]},"./node_modules/@omnia/fx/ux/vuetify/index.js":{"id":"c02f415e-2efe-4333-9b1e-8d7abaa2c967","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/index.js":{"id":"d7327742-5647-4075-b7ab-4f9ca852addb","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/ux/UxCore.js":{"id":"fe6d45fc-8977-4e32-bff4-e93cc636390e","buildMeta":{"exportsType":"namespace"},"expo.js":[]}}}
|
@@ -260,7 +260,7 @@ export declare function defineVue(): {
|
|
260
260
|
};
|
261
261
|
};
|
262
262
|
export declare function getElementName(componentManifestId: GuidValue): string;
|
263
|
-
export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?: RawChildren | RawSlots
|
263
|
+
export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?: RawChildren | RawSlots): VNode;
|
264
264
|
export declare function isElement<TElement = typeof omfx>(element: string, cb: (elements: TElement) => any): boolean;
|
265
265
|
declare global {
|
266
266
|
namespace JSX {
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { Events, HTMLAttributes, VNode, VNodeArrayChildren, VNodeProps, VNodeRef } from "vue";
|
2
2
|
import { Vue } from "./decorators";
|
3
|
-
import { ConfirmDialogResponse, ConfirmDialogOptions } from "./confirmdialog/IVueConfirmDialog";
|
4
|
-
import { ITheming } from "./theming";
|
5
3
|
import * as models from "../models";
|
6
4
|
import { GuidValue } from "../models";
|
7
|
-
import {
|
5
|
+
import { ConfirmDialogOptions, ConfirmDialogResponse } from "./confirmdialog/IVueConfirmDialog";
|
6
|
+
import { ITheming } from "./theming";
|
8
7
|
type VuetifyThemeItem = string | number | {
|
9
8
|
base: string | number;
|
10
9
|
lighten5: string | number;
|
@@ -116,19 +115,19 @@ export interface IVueComponentBase<Props = VueComponentBaseProps, EventsWithOn =
|
|
116
115
|
$confirm: {
|
117
116
|
open: (options?: ConfirmDialogOptions) => Promise<ConfirmDialogResponse>;
|
118
117
|
};
|
119
|
-
createVueNode(element: string | models.GuidValue, props?: RawProps, children?: () => RawChildren
|
118
|
+
createVueNode(element: string | models.GuidValue, props?: RawProps, children?: () => RawChildren): VNode;
|
120
119
|
}
|
121
120
|
export type VueComponentBaseProps = Pick<HTMLAttributes, "id" | "class" | "style" | "onClick" | "tabindex"> & Pick<EventHandlers<Events>, "onKeydown" | "onKeyup" | "onKeypress"> & {
|
122
121
|
themeTargetId?: string | models.GuidValue;
|
123
122
|
themeDefinitionId?: string | models.GuidValue;
|
124
123
|
themeDefinition?: object;
|
125
|
-
onComponentMounted?: (instance: ComponentPublicInstance) => void;
|
126
|
-
onComponentCreated?: (instance: ComponentPublicInstance) => void;
|
127
124
|
color?: string;
|
128
125
|
key?: string | number | symbol | GuidValue;
|
129
126
|
$children?: any;
|
130
127
|
ref?: VNodeRef | string;
|
131
128
|
slot?: string;
|
129
|
+
onComponentMounted?: () => void;
|
130
|
+
onComponentCreated?: () => void;
|
132
131
|
};
|
133
132
|
export interface VueComponentBaseEvents {
|
134
133
|
}
|
@@ -155,7 +154,7 @@ export declare class VueComponentBase<Props = VueComponentBaseProps | {}, Events
|
|
155
154
|
};
|
156
155
|
resetValidation(): void;
|
157
156
|
validate(): Promise<boolean>;
|
158
|
-
createVueNode(element: string | models.GuidValue, props?: RawProps, children?: () => RawChildren
|
157
|
+
createVueNode(element: string | models.GuidValue, props?: RawProps, children?: () => RawChildren): VNode;
|
159
158
|
getElementNameByManifestId(manifestId: models.GuidValue): string;
|
160
159
|
}
|
161
160
|
export declare function getVuetifyAppClasses(): string;
|
@@ -222,8 +221,8 @@ export declare const VueComponentConnect: {
|
|
222
221
|
$slots: Readonly<{
|
223
222
|
[name: string]: import("vue").Slot<any>;
|
224
223
|
}>;
|
225
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
226
|
-
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
224
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
225
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
227
226
|
$emit: (event: string, ...args: any[]) => void;
|
228
227
|
$el: any;
|
229
228
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
@@ -243,7 +242,7 @@ export declare const VueComponentConnect: {
|
|
243
242
|
unmounted?: (() => void) | (() => void)[];
|
244
243
|
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
245
244
|
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
246
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
245
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
247
246
|
};
|
248
247
|
$forceUpdate: () => void;
|
249
248
|
$nextTick: typeof import("vue").nextTick;
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
52
|
readonly edit?: (template: AppTemplate) => void;
|
53
|
-
readonly item?: AppTemplate;
|
54
53
|
readonly cols?: number;
|
54
|
+
readonly item?: AppTemplate;
|
55
55
|
};
|
56
56
|
$attrs: {
|
57
57
|
[x: string]: unknown;
|
@@ -109,8 +109,8 @@ declare const _default: {
|
|
109
109
|
propsDefinition: Omit<Readonly<{} & {
|
110
110
|
delete?: () => void;
|
111
111
|
edit?: (template: AppTemplate) => void;
|
112
|
-
item?: AppTemplate;
|
113
112
|
cols?: number;
|
113
|
+
item?: AppTemplate;
|
114
114
|
}>, never>;
|
115
115
|
};
|
116
116
|
export default _default;
|
@@ -6,7 +6,7 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
readonly label?: string;
|
8
8
|
style?: unknown;
|
9
|
-
class?:
|
9
|
+
class?: string;
|
10
10
|
readonly name?: {
|
11
11
|
[x: `onUpdate:${string}`]: {
|
12
12
|
type: import("vue").PropType<(value: ColorSchema) => any>;
|
@@ -133,6 +133,10 @@ declare const _default: {
|
|
133
133
|
$emit: ((event: "click:close") => void) & ((event: "click:select", schema: ColorSchema) => void);
|
134
134
|
$el: any;
|
135
135
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
136
|
+
class: {
|
137
|
+
type: import("vue").PropType<string>;
|
138
|
+
required: false;
|
139
|
+
};
|
136
140
|
label: {
|
137
141
|
type: import("vue").PropType<string>;
|
138
142
|
} & {
|
@@ -215,10 +219,6 @@ declare const _default: {
|
|
215
219
|
};
|
216
220
|
}>;
|
217
221
|
};
|
218
|
-
class: {
|
219
|
-
type: import("vue").PropType<String | String[]>;
|
220
|
-
required: boolean;
|
221
|
-
};
|
222
222
|
}>> & {
|
223
223
|
"onClick:close"?: () => any;
|
224
224
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -246,6 +246,10 @@ declare const _default: {
|
|
246
246
|
$nextTick: typeof import("vue").nextTick;
|
247
247
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
248
248
|
} & Readonly<import("vue").ExtractPropTypes<{
|
249
|
+
class: {
|
250
|
+
type: import("vue").PropType<string>;
|
251
|
+
required: false;
|
252
|
+
};
|
249
253
|
label: {
|
250
254
|
type: import("vue").PropType<string>;
|
251
255
|
} & {
|
@@ -328,10 +332,6 @@ declare const _default: {
|
|
328
332
|
};
|
329
333
|
}>;
|
330
334
|
};
|
331
|
-
class: {
|
332
|
-
type: import("vue").PropType<String | String[]>;
|
333
|
-
required: boolean;
|
334
|
-
};
|
335
335
|
}>> & {
|
336
336
|
"onClick:close"?: () => any;
|
337
337
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -340,6 +340,10 @@ declare const _default: {
|
|
340
340
|
__isTeleport?: never;
|
341
341
|
__isSuspense?: never;
|
342
342
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
343
|
+
class: {
|
344
|
+
type: import("vue").PropType<string>;
|
345
|
+
required: false;
|
346
|
+
};
|
343
347
|
label: {
|
344
348
|
type: import("vue").PropType<string>;
|
345
349
|
} & {
|
@@ -422,10 +426,6 @@ declare const _default: {
|
|
422
426
|
};
|
423
427
|
}>;
|
424
428
|
};
|
425
|
-
class: {
|
426
|
-
type: import("vue").PropType<String | String[]>;
|
427
|
-
required: boolean;
|
428
|
-
};
|
429
429
|
}>> & {
|
430
430
|
"onClick:close"?: () => any;
|
431
431
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -435,7 +435,7 @@ declare const _default: {
|
|
435
435
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
436
436
|
propsDefinition: Omit<Readonly<{} & {
|
437
437
|
label?: string;
|
438
|
-
class?:
|
438
|
+
class?: string;
|
439
439
|
name?: {
|
440
440
|
[x: `onUpdate:${string}`]: {
|
441
441
|
type: import("vue").PropType<(value: ColorSchema) => any>;
|