@omnia/fx 8.0.97-dev → 8.0.98-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 +6 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +146 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +23 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +26 -26
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +43 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +16 -31
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +16 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryNode.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +30 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +16 -14
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/{use → theming-v2/styling}/UseContainerQuery.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -0
- package/package.json +2 -2
- package/task.js +5 -0
- package/task.ts +5 -0
- package/internal-do-not-import-from-here/ux/draggable/Draggable.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/vuechartjs/BarChart.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/vuechartjs/Bubble.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/DoughnutChart.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/HorizontalBar.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/LineChart.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/PieChart.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/vuechartjs/PolarArea.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/Radar.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/vuechartjs/Scatter.d.ts +0 -2
@@ -4,4 +4,10 @@ export declare class ApiHelper {
|
|
4
4
|
private static _resolvableApiConfigs;
|
5
5
|
static getExtendApiConfiguration<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>)): Promise<ExtendApiConfigurationManifest<T>[]>;
|
6
6
|
static loadExtendApiManifest<T>(api: ((extend: IExtendApiManifest) => IExtendApiManifestWithConfiguration<T>), callback: (configs: ExtendApiConfigurationManifest<T>[]) => LoadableBundleManifest[]): Future<void>;
|
7
|
+
/**
|
8
|
+
* Check condition if manifest loadable with load rules
|
9
|
+
* @param loadableBundleManifest
|
10
|
+
* @returns
|
11
|
+
*/
|
12
|
+
static isManifestLoadable(loadableBundleManifest: LoadableBundleManifest): boolean;
|
7
13
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['0fe5c5f2-8d89-485b-afd4-36fe3ff5943a']","content":{"./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/@material/material-color-utilities/dist/index.js":{"id":"./node_modules/@material/material-color-utilities/dist/index.js","buildMeta":{"async":false,"exportsType":"dynamic"}},"./node_modules/@stylexjs/stylex/lib/stylex.js":{"id":"./node_modules/@stylexjs/stylex/lib/stylex.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"}}}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaVendor","content":{"./client/fx/vue/VueBundler.js":{"id":"./client/fx/vue/vuebundler.ts","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["compile","computed","defineAsyncComponent","defineComponent","getCurrentInstance","h","nextTick","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTriggered","onUnmounted","onUpdated","reactive","ref","unref","watch"]},"./node_modules/@stylexjs/stylex/lib/stylex-inject.js":{"id":"./node_modules/@stylexjs/stylex/lib/stylex-inject.js","buildMeta":{"exportsType":"flagged","defaultObject":"redirect"},"expo.js":["__esModule","default"]},"./node_modules/@stylexjs/stylex/lib/stylex.js":{"id":"./node_modules/@stylexjs/stylex/lib/stylex.js","buildMeta":{"exportsType":"flagged","defaultObject":"redirect"},"expo.js":["__esModule","__monkey_patch__","create","createTheme","default","defineVars","firstThatWorks","include","inject","keyframes","props","stylex","types"]},"./node_modules/@stylexjs/stylex/lib/StyleXSheet.js":{"id":"./node_modules/@stylexjs/stylex/lib/stylexsheet.js","buildMeta":{"exportsType":"flagged","defaultObject":"redirect"},"expo.js":["StyleXSheet","__esModule","styleSheet"]},"./node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js":{"id":"./node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["EffectScope","ITERATE_KEY","ReactiveEffect","ReactiveFlags","TrackOpTypes","TriggerOpTypes","computed","customRef","deferredComputed","effect","effectScope","enableTracking","getCurrentScope","isProxy","isReactive","isReadonly","isRef","isShallow","markRaw","onScopeDispose","pauseScheduling","pauseTracking","proxyRefs","reactive","readonly","ref","resetScheduling","resetTracking","shallowReactive","shallowReadonly","shallowRef","stop","toRaw","toRef","toRefs","toValue","track","trigger","triggerRef","unref"]},"./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js":{"id":"./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BaseTransition","BaseTransitionPropsValidators","Comment","DeprecationTypes","EffectScope","ErrorCodes","ErrorTypeStrings","Fragment","KeepAlive","ReactiveEffect","Static","Suspense","Teleport","Text","TrackOpTypes","TriggerOpTypes","assertNumber","callWithAsyncErrorHandling","callWithErrorHandling","camelize","capitalize","cloneVNode","compatUtils","computed","createBlock","createCommentVNode","createElementBlock","createElementVNode","createHydrationRenderer","createPropsRestProxy","createRenderer","createSlots","createStaticVNode","createTextVNode","createVNode","customRef","defineAsyncComponent","defineComponent","defineEmits","defineExpose","defineModel","defineOptions","defineProps","defineSlots","devtools","effect","effectScope","getCurrentInstance","getCurrentScope","getTransitionRawChildren","guardReactiveProps","h","handleError","hasInjectionContext","initCustomFormatter","inject","isMemoSame","isProxy","isReactive","isReadonly","isRef","isRuntimeOnly","isShallow","isVNode","markRaw","mergeDefaults","mergeModels","mergeProps","nextTick","normalizeClass","normalizeProps","normalizeStyle","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","openBlock","popScopeId","provide","proxyRefs","pushScopeId","queuePostFlushCb","reactive","readonly","ref","registerRuntimeCompiler","renderList","renderSlot","resolveComponent","resolveDirective","resolveDynamicComponent","resolveFilter","resolveTransitionHooks","setBlockTracking","setDevtoolsHook","setTransitionHooks","shallowReactive","shallowReadonly","shallowRef","ssrContextKey","ssrUtils","stop","toDisplayString","toHandlerKey","toHandlers","toRaw","toRef","toRefs","toValue","transformVNodeArgs","triggerRef","unref","useAttrs","useModel","useSSRContext","useSlots","useTransitionState","version","warn","watch","watchEffect","watchPostEffect","watchSyncEffect","withAsyncContext","withCtx","withDefaults","withDirectives","withMemo","withScopeId"]},"./node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js":{"id":"./node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BaseTransition","BaseTransitionPropsValidators","Comment","DeprecationTypes","EffectScope","ErrorCodes","ErrorTypeStrings","Fragment","KeepAlive","ReactiveEffect","Static","Suspense","Teleport","Text","TrackOpTypes","Transition","TransitionGroup","TriggerOpTypes","VueElement","assertNumber","callWithAsyncErrorHandling","callWithErrorHandling","camelize","capitalize","cloneVNode","compatUtils","computed","createApp","createBlock","createCommentVNode","createElementBlock","createElementVNode","createHydrationRenderer","createPropsRestProxy","createRenderer","createSSRApp","createSlots","createStaticVNode","createTextVNode","createVNode","customRef","defineAsyncComponent","defineComponent","defineCustomElement","defineEmits","defineExpose","defineModel","defineOptions","defineProps","defineSSRCustomElement","defineSlots","devtools","effect","effectScope","getCurrentInstance","getCurrentScope","getTransitionRawChildren","guardReactiveProps","h","handleError","hasInjectionContext","hydrate","initCustomFormatter","initDirectivesForSSR","inject","isMemoSame","isProxy","isReactive","isReadonly","isRef","isRuntimeOnly","isShallow","isVNode","markRaw","mergeDefaults","mergeModels","mergeProps","nextTick","normalizeClass","normalizeProps","normalizeStyle","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","openBlock","popScopeId","provide","proxyRefs","pushScopeId","queuePostFlushCb","reactive","readonly","ref","registerRuntimeCompiler","render","renderList","renderSlot","resolveComponent","resolveDirective","resolveDynamicComponent","resolveFilter","resolveTransitionHooks","setBlockTracking","setDevtoolsHook","setTransitionHooks","shallowReactive","shallowReadonly","shallowRef","ssrContextKey","ssrUtils","stop","toDisplayString","toHandlerKey","toHandlers","toRaw","toRef","toRefs","toValue","transformVNodeArgs","triggerRef","unref","useAttrs","useCssModule","useCssVars","useModel","useSSRContext","useSlots","useTransitionState","vModelCheckbox","vModelDynamic","vModelRadio","vModelSelect","vModelText","vShow","version","warn","watch","watchEffect","watchPostEffect","watchSyncEffect","withAsyncContext","withCtx","withDefaults","withDirectives","withKeys","withMemo","withModifiers","withScopeId"]},"./node_modules/@vue/shared/dist/shared.esm-bundler.js":{"id":"./node_modules/@vue/shared/dist/shared.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["EMPTY_ARR","EMPTY_OBJ","NO","NOOP","PatchFlagNames","PatchFlags","ShapeFlags","SlotFlags","camelize","capitalize","def","escapeHtml","escapeHtmlComment","extend","genPropsAccessExp","generateCodeFrame","getGlobalThis","hasChanged","hasOwn","hyphenate","includeBooleanAttr","invokeArrayFns","isArray","isBooleanAttr","isBuiltInDirective","isDate","isFunction","isGloballyAllowed","isGloballyWhitelisted","isHTMLTag","isIntegerKey","isKnownHtmlAttr","isKnownSvgAttr","isMap","isMathMLTag","isModelListener","isObject","isOn","isPlainObject","isPromise","isRegExp","isReservedProp","isSSRSafeAttrName","isSVGTag","isSet","isSpecialBooleanAttr","isString","isSymbol","isVoidTag","looseEqual","looseIndexOf","looseToNumber","makeMap","normalizeClass","normalizeProps","normalizeStyle","objectToString","parseStringStyle","propsToAttrMap","remove","slotFlagsText","stringifyStyle","toDisplayString","toHandlerKey","toNumber","toRawType","toTypeString"]},"./node_modules/csx/lib.es2015/background.js":{"id":"./node_modules/csx/lib.es2015/background.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["background"]},"./node_modules/csx/lib.es2015/border.js":{"id":"./node_modules/csx/lib.es2015/border.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["border","borderColor","borderStyle","borderWidth"]},"./node_modules/csx/lib.es2015/color.js":{"id":"./node_modules/csx/lib.es2015/color.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ColorHelper","color","hsl","hsla","rgb","rgba"]},"./node_modules/csx/lib.es2015/gradient.js":{"id":"./node_modules/csx/lib.es2015/gradient.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["linearGradient","repeatingLinearGradient"]},"./node_modules/csx/lib.es2015/index.js":{"id":"./node_modules/csx/lib.es2015/index.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["ColorHelper","background","border","borderColor","borderStyle","borderWidth","calc","coalesce","color","deg","em","hsl","hsla","important","linearGradient","list","margin","matrix","matrix3d","padding","params","percent","perspective","px","quote","rad","rem","repeatingLinearGradient","rgb","rgba","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ","turn","url","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/lists.js":{"id":"./node_modules/csx/lib.es2015/lists.js","buildMeta":{"exportsType":"namespace"},"expo.js":["list","params"]},"./node_modules/csx/lib.es2015/margin.js":{"id":"./node_modules/csx/lib.es2015/margin.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["margin"]},"./node_modules/csx/lib.es2015/padding.js":{"id":"./node_modules/csx/lib.es2015/padding.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["padding"]},"./node_modules/csx/lib.es2015/strings.js":{"id":"./node_modules/csx/lib.es2015/strings.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["calc","coalesce","important","quote","url"]},"./node_modules/csx/lib.es2015/transforms.js":{"id":"./node_modules/csx/lib.es2015/transforms.js","buildMeta":{"exportsType":"namespace"},"expo.js":["matrix","matrix3d","perspective","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ"]},"./node_modules/csx/lib.es2015/units.js":{"id":"./node_modules/csx/lib.es2015/units.js","buildMeta":{"exportsType":"namespace"},"expo.js":["deg","em","percent","px","rad","rem","turn","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/utils/arrays.js":{"id":"./node_modules/csx/lib.es2015/utils/arrays.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["filter","map"]},"./node_modules/csx/lib.es2015/utils/formatting.js":{"id":"./node_modules/csx/lib.es2015/utils/formatting.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["createFunction","cssFunction","ensureLength","ensurePercent","formatFloat","formatPercent","formatUnit","parseCSSFunction","toFloat"]},"./node_modules/csx/lib.es2015/utils/math.js":{"id":"./node_modules/csx/lib.es2015/utils/math.js","buildMeta":{"exportsType":"namespace"},"expo.js":["round","roundFloat"]},"./node_modules/dayjs/dayjs.min.js":{"id":"./node_modules/dayjs/dayjs.min.js","buildMeta":{}},"./node_modules/dayjs/locale/da.js":{"id":"./node_modules/dayjs/locale/da.js","buildMeta":{}},"./node_modules/dayjs/locale/de.js":{"id":"./node_modules/dayjs/locale/de.js","buildMeta":{}},"./node_modules/dayjs/locale/es.js":{"id":"./node_modules/dayjs/locale/es.js","buildMeta":{}},"./node_modules/dayjs/locale/et.js":{"id":"./node_modules/dayjs/locale/et.js","buildMeta":{}},"./node_modules/dayjs/locale/fi.js":{"id":"./node_modules/dayjs/locale/fi.js","buildMeta":{}},"./node_modules/dayjs/locale/fr.js":{"id":"./node_modules/dayjs/locale/fr.js","buildMeta":{}},"./node_modules/dayjs/locale/lt.js":{"id":"./node_modules/dayjs/locale/lt.js","buildMeta":{}},"./node_modules/dayjs/locale/lv.js":{"id":"./node_modules/dayjs/locale/lv.js","buildMeta":{}},"./node_modules/dayjs/locale/nb.js":{"id":"./node_modules/dayjs/locale/nb.js","buildMeta":{}},"./node_modules/dayjs/locale/nl.js":{"id":"./node_modules/dayjs/locale/nl.js","buildMeta":{}},"./node_modules/dayjs/locale/pl.js":{"id":"./node_modules/dayjs/locale/pl.js","buildMeta":{}},"./node_modules/dayjs/locale/sv.js":{"id":"./node_modules/dayjs/locale/sv.js","buildMeta":{}},"./node_modules/dayjs/plugin/duration.js":{"id":"./node_modules/dayjs/plugin/duration.js","buildMeta":{}},"./node_modules/dayjs/plugin/relativeTime.js":{"id":"./node_modules/dayjs/plugin/relativetime.js","buildMeta":{}},"./node_modules/dayjs/plugin/timezone.js":{"id":"./node_modules/dayjs/plugin/timezone.js","buildMeta":{}},"./node_modules/dayjs/plugin/utc.js":{"id":"./node_modules/dayjs/plugin/utc.js","buildMeta":{}},"./node_modules/free-style/dist.es2015/index.js":{"id":"./node_modules/free-style/dist.es2015/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Cache","FreeStyle","Rule","Selector","Style","create"]},"./node_modules/invariant/browser.js":{"id":"./node_modules/invariant/browser.js","buildMeta":{}},"./node_modules/lodash.isequal/index.js":{"id":"./node_modules/lodash.isequal/index.js","buildMeta":{}},"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js":{"id":"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js","buildMeta":{}},"./node_modules/mousetrap/mousetrap.js":{"id":"./node_modules/mousetrap/mousetrap.js","buildMeta":{}},"./node_modules/styleq/dist/styleq.js":{"id":"./node_modules/styleq/dist/styleq.js","buildMeta":{"exportsType":"flagged","defaultObject":"redirect"},"expo.js":["__esModule","styleq"]},"./node_modules/tslib/tslib.es6.mjs":{"id":"./node_modules/tslib/tslib.es6.mjs","buildMeta":{"exportsType":"namespace","strictHarmonyModule":true},"expo.js":["__addDisposableResource","__assign","__asyncDelegator","__asyncGenerator","__asyncValues","__await","__awaiter","__classPrivateFieldGet","__classPrivateFieldIn","__classPrivateFieldSet","__createBinding","__decorate","__disposeResources","__esDecorate","__exportStar","__extends","__generator","__importDefault","__importStar","__makeTemplateObject","__metadata","__param","__propKey","__read","__rest","__runInitializers","__setFunctionName","__spread","__spreadArray","__spreadArrays","__values","default"]},"./node_modules/typestyle/lib.es2015/index.js":{"id":"./node_modules/typestyle/lib.es2015/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TypeStyle","classes","createTypeStyle","cssRaw","cssRule","extend","fontFace","forceRenderStyles","getStyles","keyframes","media","reinit","setStylesTarget","style","stylesheet","types"]},"./node_modules/typestyle/lib.es2015/internal/formatting.js":{"id":"./node_modules/typestyle/lib.es2015/internal/formatting.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["convertToKeyframes","convertToStyles"]},"./node_modules/typestyle/lib.es2015/internal/typestyle.js":{"id":"./node_modules/typestyle/lib.es2015/internal/typestyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TypeStyle"]},"./node_modules/typestyle/lib.es2015/internal/utilities.js":{"id":"./node_modules/typestyle/lib.es2015/internal/utilities.js","buildMeta":{"exportsType":"namespace"},"expo.js":["classes","extend","media","raf"]},"./node_modules/typestyle/lib.es2015/types.js":{"id":"./node_modules/typestyle/lib.es2015/types.js","buildMeta":{"sideEffectFree":true}},"./node_modules/vue/dist/vue.runtime.esm-bundler.js":{"id":"./node_modules/vue/dist/vue.runtime.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BaseTransition","BaseTransitionPropsValidators","Comment","DeprecationTypes","EffectScope","ErrorCodes","ErrorTypeStrings","Fragment","KeepAlive","ReactiveEffect","Static","Suspense","Teleport","Text","TrackOpTypes","Transition","TransitionGroup","TriggerOpTypes","VueElement","assertNumber","callWithAsyncErrorHandling","callWithErrorHandling","camelize","capitalize","cloneVNode","compatUtils","compile","computed","createApp","createBlock","createCommentVNode","createElementBlock","createElementVNode","createHydrationRenderer","createPropsRestProxy","createRenderer","createSSRApp","createSlots","createStaticVNode","createTextVNode","createVNode","customRef","defineAsyncComponent","defineComponent","defineCustomElement","defineEmits","defineExpose","defineModel","defineOptions","defineProps","defineSSRCustomElement","defineSlots","devtools","effect","effectScope","getCurrentInstance","getCurrentScope","getTransitionRawChildren","guardReactiveProps","h","handleError","hasInjectionContext","hydrate","initCustomFormatter","initDirectivesForSSR","inject","isMemoSame","isProxy","isReactive","isReadonly","isRef","isRuntimeOnly","isShallow","isVNode","markRaw","mergeDefaults","mergeModels","mergeProps","nextTick","normalizeClass","normalizeProps","normalizeStyle","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","openBlock","popScopeId","provide","proxyRefs","pushScopeId","queuePostFlushCb","reactive","readonly","ref","registerRuntimeCompiler","render","renderList","renderSlot","resolveComponent","resolveDirective","resolveDynamicComponent","resolveFilter","resolveTransitionHooks","setBlockTracking","setDevtoolsHook","setTransitionHooks","shallowReactive","shallowReadonly","shallowRef","ssrContextKey","ssrUtils","stop","toDisplayString","toHandlerKey","toHandlers","toRaw","toRef","toRefs","toValue","transformVNodeArgs","triggerRef","unref","useAttrs","useCssModule","useCssVars","useModel","useSSRContext","useSlots","useTransitionState","vModelCheckbox","vModelDynamic","vModelRadio","vModelSelect","vModelText","vShow","version","warn","watch","watchEffect","watchPostEffect","watchSyncEffect","withAsyncContext","withCtx","withDefaults","withDirectives","withKeys","withMemo","withModifiers","withScopeId"]},"./node_modules/zepto-webpack/zepto.js":{"id":"./node_modules/zepto-webpack/zepto.js","buildMeta":{}},"./wwwroot/scripts/zepto.extras.js":{"id":"./wwwroot/scripts/zepto.extras.js","buildMeta":{}}}}
|
1
|
+
{"name":"omniaVendor","content":{"./client/fx/vue/VueBundler.js":{"id":"./client/fx/vue/vuebundler.ts","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["compile","computed","defineAsyncComponent","defineComponent","getCurrentInstance","h","nextTick","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTriggered","onUnmounted","onUpdated","reactive","ref","unref","watch"]},"./node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js":{"id":"./node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["EffectScope","ITERATE_KEY","ReactiveEffect","ReactiveFlags","TrackOpTypes","TriggerOpTypes","computed","customRef","deferredComputed","effect","effectScope","enableTracking","getCurrentScope","isProxy","isReactive","isReadonly","isRef","isShallow","markRaw","onScopeDispose","pauseScheduling","pauseTracking","proxyRefs","reactive","readonly","ref","resetScheduling","resetTracking","shallowReactive","shallowReadonly","shallowRef","stop","toRaw","toRef","toRefs","toValue","track","trigger","triggerRef","unref"]},"./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js":{"id":"./node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BaseTransition","BaseTransitionPropsValidators","Comment","DeprecationTypes","EffectScope","ErrorCodes","ErrorTypeStrings","Fragment","KeepAlive","ReactiveEffect","Static","Suspense","Teleport","Text","TrackOpTypes","TriggerOpTypes","assertNumber","callWithAsyncErrorHandling","callWithErrorHandling","camelize","capitalize","cloneVNode","compatUtils","computed","createBlock","createCommentVNode","createElementBlock","createElementVNode","createHydrationRenderer","createPropsRestProxy","createRenderer","createSlots","createStaticVNode","createTextVNode","createVNode","customRef","defineAsyncComponent","defineComponent","defineEmits","defineExpose","defineModel","defineOptions","defineProps","defineSlots","devtools","effect","effectScope","getCurrentInstance","getCurrentScope","getTransitionRawChildren","guardReactiveProps","h","handleError","hasInjectionContext","initCustomFormatter","inject","isMemoSame","isProxy","isReactive","isReadonly","isRef","isRuntimeOnly","isShallow","isVNode","markRaw","mergeDefaults","mergeModels","mergeProps","nextTick","normalizeClass","normalizeProps","normalizeStyle","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","openBlock","popScopeId","provide","proxyRefs","pushScopeId","queuePostFlushCb","reactive","readonly","ref","registerRuntimeCompiler","renderList","renderSlot","resolveComponent","resolveDirective","resolveDynamicComponent","resolveFilter","resolveTransitionHooks","setBlockTracking","setDevtoolsHook","setTransitionHooks","shallowReactive","shallowReadonly","shallowRef","ssrContextKey","ssrUtils","stop","toDisplayString","toHandlerKey","toHandlers","toRaw","toRef","toRefs","toValue","transformVNodeArgs","triggerRef","unref","useAttrs","useModel","useSSRContext","useSlots","useTransitionState","version","warn","watch","watchEffect","watchPostEffect","watchSyncEffect","withAsyncContext","withCtx","withDefaults","withDirectives","withMemo","withScopeId"]},"./node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js":{"id":"./node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BaseTransition","BaseTransitionPropsValidators","Comment","DeprecationTypes","EffectScope","ErrorCodes","ErrorTypeStrings","Fragment","KeepAlive","ReactiveEffect","Static","Suspense","Teleport","Text","TrackOpTypes","Transition","TransitionGroup","TriggerOpTypes","VueElement","assertNumber","callWithAsyncErrorHandling","callWithErrorHandling","camelize","capitalize","cloneVNode","compatUtils","computed","createApp","createBlock","createCommentVNode","createElementBlock","createElementVNode","createHydrationRenderer","createPropsRestProxy","createRenderer","createSSRApp","createSlots","createStaticVNode","createTextVNode","createVNode","customRef","defineAsyncComponent","defineComponent","defineCustomElement","defineEmits","defineExpose","defineModel","defineOptions","defineProps","defineSSRCustomElement","defineSlots","devtools","effect","effectScope","getCurrentInstance","getCurrentScope","getTransitionRawChildren","guardReactiveProps","h","handleError","hasInjectionContext","hydrate","initCustomFormatter","initDirectivesForSSR","inject","isMemoSame","isProxy","isReactive","isReadonly","isRef","isRuntimeOnly","isShallow","isVNode","markRaw","mergeDefaults","mergeModels","mergeProps","nextTick","normalizeClass","normalizeProps","normalizeStyle","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","openBlock","popScopeId","provide","proxyRefs","pushScopeId","queuePostFlushCb","reactive","readonly","ref","registerRuntimeCompiler","render","renderList","renderSlot","resolveComponent","resolveDirective","resolveDynamicComponent","resolveFilter","resolveTransitionHooks","setBlockTracking","setDevtoolsHook","setTransitionHooks","shallowReactive","shallowReadonly","shallowRef","ssrContextKey","ssrUtils","stop","toDisplayString","toHandlerKey","toHandlers","toRaw","toRef","toRefs","toValue","transformVNodeArgs","triggerRef","unref","useAttrs","useCssModule","useCssVars","useModel","useSSRContext","useSlots","useTransitionState","vModelCheckbox","vModelDynamic","vModelRadio","vModelSelect","vModelText","vShow","version","warn","watch","watchEffect","watchPostEffect","watchSyncEffect","withAsyncContext","withCtx","withDefaults","withDirectives","withKeys","withMemo","withModifiers","withScopeId"]},"./node_modules/@vue/shared/dist/shared.esm-bundler.js":{"id":"./node_modules/@vue/shared/dist/shared.esm-bundler.js","buildMeta":{"exportsType":"namespace"},"expo.js":["EMPTY_ARR","EMPTY_OBJ","NO","NOOP","PatchFlagNames","PatchFlags","ShapeFlags","SlotFlags","camelize","capitalize","def","escapeHtml","escapeHtmlComment","extend","genPropsAccessExp","generateCodeFrame","getGlobalThis","hasChanged","hasOwn","hyphenate","includeBooleanAttr","invokeArrayFns","isArray","isBooleanAttr","isBuiltInDirective","isDate","isFunction","isGloballyAllowed","isGloballyWhitelisted","isHTMLTag","isIntegerKey","isKnownHtmlAttr","isKnownSvgAttr","isMap","isMathMLTag","isModelListener","isObject","isOn","isPlainObject","isPromise","isRegExp","isReservedProp","isSSRSafeAttrName","isSVGTag","isSet","isSpecialBooleanAttr","isString","isSymbol","isVoidTag","looseEqual","looseIndexOf","looseToNumber","makeMap","normalizeClass","normalizeProps","normalizeStyle","objectToString","parseStringStyle","propsToAttrMap","remove","slotFlagsText","stringifyStyle","toDisplayString","toHandlerKey","toNumber","toRawType","toTypeString"]},"./node_modules/csx/lib.es2015/background.js":{"id":"./node_modules/csx/lib.es2015/background.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["background"]},"./node_modules/csx/lib.es2015/border.js":{"id":"./node_modules/csx/lib.es2015/border.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["border","borderColor","borderStyle","borderWidth"]},"./node_modules/csx/lib.es2015/color.js":{"id":"./node_modules/csx/lib.es2015/color.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ColorHelper","color","hsl","hsla","rgb","rgba"]},"./node_modules/csx/lib.es2015/gradient.js":{"id":"./node_modules/csx/lib.es2015/gradient.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["linearGradient","repeatingLinearGradient"]},"./node_modules/csx/lib.es2015/index.js":{"id":"./node_modules/csx/lib.es2015/index.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["ColorHelper","background","border","borderColor","borderStyle","borderWidth","calc","coalesce","color","deg","em","hsl","hsla","important","linearGradient","list","margin","matrix","matrix3d","padding","params","percent","perspective","px","quote","rad","rem","repeatingLinearGradient","rgb","rgba","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ","turn","url","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/lists.js":{"id":"./node_modules/csx/lib.es2015/lists.js","buildMeta":{"exportsType":"namespace"},"expo.js":["list","params"]},"./node_modules/csx/lib.es2015/margin.js":{"id":"./node_modules/csx/lib.es2015/margin.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["margin"]},"./node_modules/csx/lib.es2015/padding.js":{"id":"./node_modules/csx/lib.es2015/padding.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["padding"]},"./node_modules/csx/lib.es2015/strings.js":{"id":"./node_modules/csx/lib.es2015/strings.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["calc","coalesce","important","quote","url"]},"./node_modules/csx/lib.es2015/transforms.js":{"id":"./node_modules/csx/lib.es2015/transforms.js","buildMeta":{"exportsType":"namespace"},"expo.js":["matrix","matrix3d","perspective","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","transform","translate","translate3d","translateX","translateY","translateZ"]},"./node_modules/csx/lib.es2015/units.js":{"id":"./node_modules/csx/lib.es2015/units.js","buildMeta":{"exportsType":"namespace"},"expo.js":["deg","em","percent","px","rad","rem","turn","viewHeight","viewWidth"]},"./node_modules/csx/lib.es2015/utils/arrays.js":{"id":"./node_modules/csx/lib.es2015/utils/arrays.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["filter","map"]},"./node_modules/csx/lib.es2015/utils/formatting.js":{"id":"./node_modules/csx/lib.es2015/utils/formatting.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["createFunction","cssFunction","ensureLength","ensurePercent","formatFloat","formatPercent","formatUnit","parseCSSFunction","toFloat"]},"./node_modules/csx/lib.es2015/utils/math.js":{"id":"./node_modules/csx/lib.es2015/utils/math.js","buildMeta":{"exportsType":"namespace"},"expo.js":["round","roundFloat"]},"./node_modules/dayjs/dayjs.min.js":{"id":"./node_modules/dayjs/dayjs.min.js","buildMeta":{}},"./node_modules/dayjs/locale/da.js":{"id":"./node_modules/dayjs/locale/da.js","buildMeta":{}},"./node_modules/dayjs/locale/de.js":{"id":"./node_modules/dayjs/locale/de.js","buildMeta":{}},"./node_modules/dayjs/locale/et.js":{"id":"./node_modules/dayjs/locale/et.js","buildMeta":{}},"./node_modules/dayjs/locale/fr.js":{"id":"./node_modules/dayjs/locale/fr.js","buildMeta":{}},"./node_modules/dayjs/locale/lt.js":{"id":"./node_modules/dayjs/locale/lt.js","buildMeta":{}},"./node_modules/dayjs/locale/lv.js":{"id":"./node_modules/dayjs/locale/lv.js","buildMeta":{}},"./node_modules/dayjs/locale/pl.js":{"id":"./node_modules/dayjs/locale/pl.js","buildMeta":{}},"./node_modules/dayjs/locale/sv.js":{"id":"./node_modules/dayjs/locale/sv.js","buildMeta":{}},"./node_modules/dayjs/plugin/duration.js":{"id":"./node_modules/dayjs/plugin/duration.js","buildMeta":{}},"./node_modules/dayjs/plugin/relativeTime.js":{"id":"./node_modules/dayjs/plugin/relativetime.js","buildMeta":{}},"./node_modules/dayjs/plugin/timezone.js":{"id":"./node_modules/dayjs/plugin/timezone.js","buildMeta":{}},"./node_modules/dayjs/plugin/utc.js":{"id":"./node_modules/dayjs/plugin/utc.js","buildMeta":{}},"./node_modules/free-style/dist.es2015/index.js":{"id":"./node_modules/free-style/dist.es2015/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["Cache","FreeStyle","Rule","Selector","Style","create"]},"./node_modules/lodash.isequal/index.js":{"id":"./node_modules/lodash.isequal/index.js","buildMeta":{}},"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js":{"id":"./node_modules/mousetrap-global-bind/mousetrap-global-bind.js","buildMeta":{}},"./node_modules/mousetrap/mousetrap.js":{"id":"./node_modules/mousetrap/mousetrap.js","buildMeta":{}},"./node_modules/typestyle/lib.es2015/index.js":{"id":"./node_modules/typestyle/lib.es2015/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TypeStyle","classes","createTypeStyle","cssRaw","cssRule","extend","fontFace","forceRenderStyles","getStyles","keyframes","media","reinit","setStylesTarget","style","stylesheet","types"]},"./node_modules/typestyle/lib.es2015/internal/formatting.js":{"id":"./node_modules/typestyle/lib.es2015/internal/formatting.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["convertToKeyframes","convertToStyles"]},"./node_modules/typestyle/lib.es2015/internal/typestyle.js":{"id":"./node_modules/typestyle/lib.es2015/internal/typestyle.js","buildMeta":{"exportsType":"namespace"},"expo.js":["TypeStyle"]},"./node_modules/typestyle/lib.es2015/internal/utilities.js":{"id":"./node_modules/typestyle/lib.es2015/internal/utilities.js","buildMeta":{"exportsType":"namespace"},"expo.js":["classes","extend","media","raf"]},"./node_modules/typestyle/lib.es2015/types.js":{"id":"./node_modules/typestyle/lib.es2015/types.js","buildMeta":{"sideEffectFree":true}},"./node_modules/vue/dist/vue.runtime.esm-bundler.js":{"id":"./node_modules/vue/dist/vue.runtime.esm-bundler.js","buildMeta":{"exportsType":"namespace","sideEffectFree":true},"expo.js":["BaseTransition","BaseTransitionPropsValidators","Comment","DeprecationTypes","EffectScope","ErrorCodes","ErrorTypeStrings","Fragment","KeepAlive","ReactiveEffect","Static","Suspense","Teleport","Text","TrackOpTypes","Transition","TransitionGroup","TriggerOpTypes","VueElement","assertNumber","callWithAsyncErrorHandling","callWithErrorHandling","camelize","capitalize","cloneVNode","compatUtils","compile","computed","createApp","createBlock","createCommentVNode","createElementBlock","createElementVNode","createHydrationRenderer","createPropsRestProxy","createRenderer","createSSRApp","createSlots","createStaticVNode","createTextVNode","createVNode","customRef","defineAsyncComponent","defineComponent","defineCustomElement","defineEmits","defineExpose","defineModel","defineOptions","defineProps","defineSSRCustomElement","defineSlots","devtools","effect","effectScope","getCurrentInstance","getCurrentScope","getTransitionRawChildren","guardReactiveProps","h","handleError","hasInjectionContext","hydrate","initCustomFormatter","initDirectivesForSSR","inject","isMemoSame","isProxy","isReactive","isReadonly","isRef","isRuntimeOnly","isShallow","isVNode","markRaw","mergeDefaults","mergeModels","mergeProps","nextTick","normalizeClass","normalizeProps","normalizeStyle","onActivated","onBeforeMount","onBeforeUnmount","onBeforeUpdate","onDeactivated","onErrorCaptured","onMounted","onRenderTracked","onRenderTriggered","onScopeDispose","onServerPrefetch","onUnmounted","onUpdated","openBlock","popScopeId","provide","proxyRefs","pushScopeId","queuePostFlushCb","reactive","readonly","ref","registerRuntimeCompiler","render","renderList","renderSlot","resolveComponent","resolveDirective","resolveDynamicComponent","resolveFilter","resolveTransitionHooks","setBlockTracking","setDevtoolsHook","setTransitionHooks","shallowReactive","shallowReadonly","shallowRef","ssrContextKey","ssrUtils","stop","toDisplayString","toHandlerKey","toHandlers","toRaw","toRef","toRefs","toValue","transformVNodeArgs","triggerRef","unref","useAttrs","useCssModule","useCssVars","useModel","useSSRContext","useSlots","useTransitionState","vModelCheckbox","vModelDynamic","vModelRadio","vModelSelect","vModelText","vShow","version","warn","watch","watchEffect","watchPostEffect","watchSyncEffect","withAsyncContext","withCtx","withDefaults","withDirectives","withKeys","withMemo","withModifiers","withScopeId"]},"./node_modules/zepto-webpack/zepto.js":{"id":"./node_modules/zepto-webpack/zepto.js","buildMeta":{}},"./wwwroot/scripts/zepto.extras.js":{"id":"./wwwroot/scripts/zepto.extras.js","buildMeta":{}}}}
|
@@ -21,13 +21,11 @@ export type DefineVModel<TName extends string, TType, Required extends boolean =
|
|
21
21
|
} & {
|
22
22
|
[key in VModelKeyNameInProps<TName>]?: TType;
|
23
23
|
} : {
|
24
|
-
[key in VModelKeyNameInJsxElement<TName>]?: TType;
|
25
|
-
} & {
|
26
24
|
[key in VModelEmitsInJsxElement<TName>]?: (value: TType) => void;
|
27
25
|
} & {
|
28
|
-
[key in VModelKeyNameInProps<TName>]
|
26
|
+
[key in VModelKeyNameInProps<TName>]: TType;
|
29
27
|
};
|
30
|
-
type BuildVModelName<TName extends string, TPropType, Required extends boolean = false> = {
|
28
|
+
type BuildVModelName<TName extends string, TPropType, Required extends boolean = false> = Required extends false ? {
|
31
29
|
[key in VModelEmitsInJsxElement<TName>]: {
|
32
30
|
type: PropType<(value: TPropType) => any | void>;
|
33
31
|
};
|
@@ -41,6 +39,15 @@ type BuildVModelName<TName extends string, TPropType, Required extends boolean =
|
|
41
39
|
type: PropType<TPropType>;
|
42
40
|
required: Required;
|
43
41
|
};
|
42
|
+
} : {
|
43
|
+
[key in VModelEmitsInJsxElement<TName>]: {
|
44
|
+
type: PropType<(value: TPropType) => any | void>;
|
45
|
+
};
|
46
|
+
} & {
|
47
|
+
[key in VModelKeyNameInProps<TName>]: {
|
48
|
+
type: PropType<TPropType>;
|
49
|
+
required: Required;
|
50
|
+
};
|
44
51
|
};
|
45
52
|
export type KebabKeys<T> = {
|
46
53
|
[K in keyof T as K extends string ? Kebab<K> : never]: T[K];
|
@@ -103,7 +103,6 @@ export declare const VCalendarWeekly = "v-calendar-weekly";
|
|
103
103
|
export declare const VCalendarMonthly = "v-calendar-monthly";
|
104
104
|
export declare const VCalendarCategory = "v-calendar-category";
|
105
105
|
export declare const VThemeProviderTag = "v-theme-provider";
|
106
|
-
export declare const Draggable = "draggable";
|
107
106
|
export declare const Vue2Editor = "vue-editor";
|
108
107
|
export declare const VueChartJSLineChart = "vue-chartjs-line-chart";
|
109
108
|
export declare const VueChartJSBarChart = "vue-chartjs-bar-chart";
|
package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts
CHANGED
@@ -9,6 +9,7 @@ export declare class AuthenticationChecker extends VueComponentBase implements I
|
|
9
9
|
sharePointContext: SharePointContext;
|
10
10
|
private httpClient;
|
11
11
|
loc: AuthenticationCheckerLocalization.locInterface;
|
12
|
+
authValidationApi: string;
|
12
13
|
omniaUrl: string;
|
13
14
|
foundOtherError: boolean;
|
14
15
|
foundErrorStatus401: boolean;
|
@@ -17,5 +18,6 @@ export declare class AuthenticationChecker extends VueComponentBase implements I
|
|
17
18
|
private body;
|
18
19
|
mounted(): void;
|
19
20
|
init(): void;
|
21
|
+
validateAuthStatus(enableCircuitBreaker?: () => void): void;
|
20
22
|
render(): JSX.Element;
|
21
23
|
}
|
@@ -129,9 +129,9 @@ declare const dialogComponent: {
|
|
129
129
|
eager?: boolean;
|
130
130
|
lazy?: boolean;
|
131
131
|
attach?: string;
|
132
|
-
retainFocus?: boolean;
|
133
132
|
renderBody?: () => JSX.Element;
|
134
133
|
customZIndex?: boolean;
|
134
|
+
retainFocus?: boolean;
|
135
135
|
}>, never>;
|
136
136
|
};
|
137
137
|
export default dialogComponent;
|
@@ -24,6 +24,9 @@ declare const _default: {
|
|
24
24
|
} & {
|
25
25
|
type: import("vue").PropType<LayoutItem>;
|
26
26
|
};
|
27
|
+
colorSchemaType?: any;
|
28
|
+
container?: any;
|
29
|
+
colors?: any;
|
27
30
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
28
31
|
"use-theme": {
|
29
32
|
type: import("vue").PropType<boolean>;
|
@@ -48,7 +51,14 @@ declare const _default: {
|
|
48
51
|
} & {
|
49
52
|
type: import("vue").PropType<LayoutItem>;
|
50
53
|
};
|
51
|
-
|
54
|
+
colorSchemaType?: any;
|
55
|
+
container?: any;
|
56
|
+
colors?: any;
|
57
|
+
}>>, {
|
58
|
+
container?: any;
|
59
|
+
colorSchemaType?: any;
|
60
|
+
colors?: any;
|
61
|
+
}, true, {}, {}, {
|
52
62
|
P: {};
|
53
63
|
B: {};
|
54
64
|
D: {};
|
@@ -79,7 +89,14 @@ declare const _default: {
|
|
79
89
|
} & {
|
80
90
|
type: import("vue").PropType<LayoutItem>;
|
81
91
|
};
|
82
|
-
|
92
|
+
colorSchemaType?: any;
|
93
|
+
container?: any;
|
94
|
+
colors?: any;
|
95
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
96
|
+
container?: any;
|
97
|
+
colorSchemaType?: any;
|
98
|
+
colors?: any;
|
99
|
+
}>;
|
83
100
|
__isFragment?: never;
|
84
101
|
__isTeleport?: never;
|
85
102
|
__isSuspense?: never;
|
@@ -107,8 +124,19 @@ declare const _default: {
|
|
107
124
|
} & {
|
108
125
|
type: import("vue").PropType<LayoutItem>;
|
109
126
|
};
|
110
|
-
|
111
|
-
|
127
|
+
colorSchemaType?: any;
|
128
|
+
container?: any;
|
129
|
+
colors?: any;
|
130
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
131
|
+
container?: any;
|
132
|
+
colorSchemaType?: any;
|
133
|
+
colors?: any;
|
134
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
|
+
propsDefinition: Omit<Readonly<{
|
136
|
+
container?: any;
|
137
|
+
colorSchemaType?: any;
|
138
|
+
colors?: any;
|
139
|
+
} & {
|
112
140
|
item?: LayoutItem;
|
113
141
|
parentContainer?: LayoutItem;
|
114
142
|
"parent-container"?: LayoutItem;
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { BlockLayoutSettings, ColorDefinition } from "@omnia/fx-models";
|
2
|
-
/**
|
3
|
-
* Styles for the LayoutColumnStyles component
|
4
|
-
*/
|
5
2
|
export declare const LayoutBlockStyles: {
|
3
|
+
showHideFullMenu: string;
|
4
|
+
showHideSlimMenu: string;
|
6
5
|
selectorContainerExtensions: (colors: ColorDefinition, isSelected: boolean, settings: BlockLayoutSettings) => string;
|
7
6
|
toolbar: string;
|
8
7
|
positionItemSelectorOnBorderTop: string;
|
@@ -1,8 +1,7 @@
|
|
1
1
|
import { ColorDefinition, SectionSettings } from "@omnia/fx-models";
|
2
|
-
/**
|
3
|
-
* Styles for the LayoutColumnStyles component
|
4
|
-
*/
|
5
2
|
export declare const LayoutSectionStyles: {
|
3
|
+
showHideFullMenu: string;
|
4
|
+
showHideSlimMenu: string;
|
6
5
|
sectionContentExtensions: (settings: SectionSettings) => string;
|
7
6
|
sectionWrapperExtensions: (colors: ColorDefinition, isSelected: boolean, settings: SectionSettings) => string;
|
8
7
|
showhideTransition: (show: any) => string;
|
@@ -3,5 +3,5 @@ export declare const LayoutColumnRendererStyles: {
|
|
3
3
|
triggerHideContainer: (isEditMode: boolean, isHidden: boolean) => string;
|
4
4
|
hideContainer: (items: Array<LayoutItem>, isEditMode: boolean) => string;
|
5
5
|
placeholderWrapper: string;
|
6
|
-
columnWrapper: (columnSettings: ColumnedSectionItemSettings, sectionSettings: SectionSettings) => string;
|
6
|
+
columnWrapper: (columnSettings: ColumnedSectionItemSettings, sectionSettings: SectionSettings, parentMinWidth: number) => string;
|
7
7
|
};
|
@@ -0,0 +1,146 @@
|
|
1
|
+
import { OChartData, OChartOptions } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
height: {
|
5
|
+
type: import("vue").PropType<number>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<number>;
|
8
|
+
};
|
9
|
+
variant: {
|
10
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
11
|
+
required: false;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
14
|
+
required: false;
|
15
|
+
};
|
16
|
+
options: {
|
17
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
18
|
+
required: false;
|
19
|
+
} & {
|
20
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
21
|
+
required: false;
|
22
|
+
};
|
23
|
+
data: {
|
24
|
+
type: import("vue").PropType<OChartData<"line" | "bar" | "pie">>;
|
25
|
+
required: true;
|
26
|
+
};
|
27
|
+
colorSchemaType?: any;
|
28
|
+
container?: any;
|
29
|
+
colors?: any;
|
30
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
31
|
+
height: {
|
32
|
+
type: import("vue").PropType<number>;
|
33
|
+
} & {
|
34
|
+
type: import("vue").PropType<number>;
|
35
|
+
};
|
36
|
+
variant: {
|
37
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
38
|
+
required: false;
|
39
|
+
} & {
|
40
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
41
|
+
required: false;
|
42
|
+
};
|
43
|
+
options: {
|
44
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
45
|
+
required: false;
|
46
|
+
} & {
|
47
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
48
|
+
required: false;
|
49
|
+
};
|
50
|
+
data: {
|
51
|
+
type: import("vue").PropType<OChartData<"line" | "bar" | "pie">>;
|
52
|
+
required: true;
|
53
|
+
};
|
54
|
+
colorSchemaType?: any;
|
55
|
+
container?: any;
|
56
|
+
colors?: any;
|
57
|
+
}>>, {
|
58
|
+
container?: any;
|
59
|
+
colorSchemaType?: any;
|
60
|
+
colors?: any;
|
61
|
+
}, true, {}, {}, {
|
62
|
+
P: {};
|
63
|
+
B: {};
|
64
|
+
D: {};
|
65
|
+
C: {};
|
66
|
+
M: {};
|
67
|
+
Defaults: {};
|
68
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
69
|
+
height: {
|
70
|
+
type: import("vue").PropType<number>;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<number>;
|
73
|
+
};
|
74
|
+
variant: {
|
75
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
76
|
+
required: false;
|
77
|
+
} & {
|
78
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
79
|
+
required: false;
|
80
|
+
};
|
81
|
+
options: {
|
82
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
83
|
+
required: false;
|
84
|
+
} & {
|
85
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
86
|
+
required: false;
|
87
|
+
};
|
88
|
+
data: {
|
89
|
+
type: import("vue").PropType<OChartData<"line" | "bar" | "pie">>;
|
90
|
+
required: true;
|
91
|
+
};
|
92
|
+
colorSchemaType?: any;
|
93
|
+
container?: any;
|
94
|
+
colors?: any;
|
95
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
96
|
+
container?: any;
|
97
|
+
colorSchemaType?: any;
|
98
|
+
colors?: any;
|
99
|
+
}>;
|
100
|
+
__isFragment?: never;
|
101
|
+
__isTeleport?: never;
|
102
|
+
__isSuspense?: never;
|
103
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
104
|
+
height: {
|
105
|
+
type: import("vue").PropType<number>;
|
106
|
+
} & {
|
107
|
+
type: import("vue").PropType<number>;
|
108
|
+
};
|
109
|
+
variant: {
|
110
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
111
|
+
required: false;
|
112
|
+
} & {
|
113
|
+
type: import("vue").PropType<"line" | "bar" | "pie">;
|
114
|
+
required: false;
|
115
|
+
};
|
116
|
+
options: {
|
117
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
118
|
+
required: false;
|
119
|
+
} & {
|
120
|
+
type: import("vue").PropType<OChartOptions<"line" | "bar" | "pie">>;
|
121
|
+
required: false;
|
122
|
+
};
|
123
|
+
data: {
|
124
|
+
type: import("vue").PropType<OChartData<"line" | "bar" | "pie">>;
|
125
|
+
required: true;
|
126
|
+
};
|
127
|
+
colorSchemaType?: any;
|
128
|
+
container?: any;
|
129
|
+
colors?: any;
|
130
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
131
|
+
container?: any;
|
132
|
+
colorSchemaType?: any;
|
133
|
+
colors?: any;
|
134
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
135
|
+
propsDefinition: Omit<Readonly<{
|
136
|
+
container?: any;
|
137
|
+
data: OChartData<"line" | "bar" | "pie">;
|
138
|
+
colorSchemaType?: any;
|
139
|
+
colors?: any;
|
140
|
+
} & {
|
141
|
+
options?: OChartOptions<"line" | "bar" | "pie">;
|
142
|
+
height?: number;
|
143
|
+
variant?: "line" | "bar" | "pie";
|
144
|
+
}>, never>;
|
145
|
+
};
|
146
|
+
export default _default;
|
@@ -137,12 +137,18 @@ declare const _default: {
|
|
137
137
|
colors?: any;
|
138
138
|
}>> & {
|
139
139
|
"onUpdate:modelValue"?: (value: any) => any;
|
140
|
+
onDoc$?: (description?: string) => any;
|
141
|
+
"onUpdate:focused"?: (value: boolean) => any;
|
140
142
|
"onClick:button"?: (value: any) => any;
|
141
143
|
"onUpdate:search"?: (value: string) => any;
|
142
144
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
145
|
+
"update:focused": (value: boolean) => void;
|
143
146
|
"update:search": (value: string) => void;
|
144
|
-
"click:button": (value: any) =>
|
145
|
-
"update:modelValue": (value: any) =>
|
147
|
+
"click:button": (value: any) => void;
|
148
|
+
"update:modelValue": (value: any) => void;
|
149
|
+
doc$(description?: string): {
|
150
|
+
"update:modelValue": (value: any) => void;
|
151
|
+
};
|
146
152
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
147
153
|
"v-slots": import("vue").Prop<{
|
148
154
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -271,6 +277,8 @@ declare const _default: {
|
|
271
277
|
colors?: any;
|
272
278
|
}>> & {
|
273
279
|
"onUpdate:modelValue"?: (value: any) => any;
|
280
|
+
onDoc$?: (description?: string) => any;
|
281
|
+
"onUpdate:focused"?: (value: boolean) => any;
|
274
282
|
"onClick:button"?: (value: any) => any;
|
275
283
|
"onUpdate:search"?: (value: string) => any;
|
276
284
|
}, {
|
@@ -412,6 +420,8 @@ declare const _default: {
|
|
412
420
|
colors?: any;
|
413
421
|
}>> & {
|
414
422
|
"onUpdate:modelValue"?: (value: any) => any;
|
423
|
+
onDoc$?: (description?: string) => any;
|
424
|
+
"onUpdate:focused"?: (value: boolean) => any;
|
415
425
|
"onClick:button"?: (value: any) => any;
|
416
426
|
"onUpdate:search"?: (value: string) => any;
|
417
427
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -550,12 +560,18 @@ declare const _default: {
|
|
550
560
|
colors?: any;
|
551
561
|
}>> & {
|
552
562
|
"onUpdate:modelValue"?: (value: any) => any;
|
563
|
+
onDoc$?: (description?: string) => any;
|
564
|
+
"onUpdate:focused"?: (value: boolean) => any;
|
553
565
|
"onClick:button"?: (value: any) => any;
|
554
566
|
"onUpdate:search"?: (value: string) => any;
|
555
567
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
568
|
+
"update:focused": (value: boolean) => void;
|
556
569
|
"update:search": (value: string) => void;
|
557
|
-
"click:button": (value: any) =>
|
558
|
-
"update:modelValue": (value: any) =>
|
570
|
+
"click:button": (value: any) => void;
|
571
|
+
"update:modelValue": (value: any) => void;
|
572
|
+
doc$(description?: string): {
|
573
|
+
"update:modelValue": (value: any) => void;
|
574
|
+
};
|
559
575
|
}, string, {
|
560
576
|
container?: any;
|
561
577
|
colorSchemaType?: any;
|
@@ -595,8 +611,10 @@ declare const _default: {
|
|
595
611
|
"return-object"?: boolean;
|
596
612
|
hideSelected?: boolean;
|
597
613
|
"hide-selected"?: boolean;
|
598
|
-
}>, "onUpdate:modelValue" | "onClick:button" | "onUpdate:search"> & {
|
614
|
+
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:button" | "onUpdate:search"> & {
|
599
615
|
"onUpdate:modelValue"?: (value: any) => any;
|
616
|
+
onDoc$?: (description?: string) => any;
|
617
|
+
"onUpdate:focused"?: (value: boolean) => any;
|
600
618
|
"onClick:button"?: (value: any) => any;
|
601
619
|
"onUpdate:search"?: (value: string) => any;
|
602
620
|
};
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts
CHANGED
@@ -6,14 +6,12 @@ declare const _default: {
|
|
6
6
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
7
7
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
8
8
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
9
|
-
"v-model": import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
10
9
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
10
|
modelValue: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
12
11
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void, (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void>;
|
13
12
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
14
13
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
15
14
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
16
|
-
"v-model": import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
17
15
|
}>>, {}, true, {}, {}, {
|
18
16
|
P: {};
|
19
17
|
B: {};
|
@@ -27,7 +25,6 @@ declare const _default: {
|
|
27
25
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
28
26
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
29
27
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
30
|
-
"v-model": import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
31
28
|
}>>, {}, {}, {}, {}, {}>;
|
32
29
|
__isFragment?: never;
|
33
30
|
__isTeleport?: never;
|
@@ -38,10 +35,8 @@ declare const _default: {
|
|
38
35
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
39
36
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
40
37
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
41
|
-
"v-model": import("vue").Prop<PropertyConfiguration<DateTimePropertyDefinition>, PropertyConfiguration<DateTimePropertyDefinition>>;
|
42
38
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
39
|
propsDefinition: Omit<Readonly<{} & {
|
44
|
-
"v-model"?: PropertyConfiguration<DateTimePropertyDefinition>;
|
45
40
|
modelValue?: PropertyConfiguration<DateTimePropertyDefinition>;
|
46
41
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void;
|
47
42
|
showLockConfiguration?: boolean;
|
@@ -6,14 +6,12 @@ declare const _default: {
|
|
6
6
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
7
7
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
8
8
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
9
|
-
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
10
9
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
10
|
modelValue: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
12
11
|
onConfigurationValid: import("vue").Prop<(validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void, (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void>;
|
13
12
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
14
13
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
15
14
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
16
|
-
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
17
15
|
}>>, {}, true, {}, {}, {
|
18
16
|
P: {};
|
19
17
|
B: {};
|
@@ -27,7 +25,6 @@ declare const _default: {
|
|
27
25
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
28
26
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
29
27
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
30
|
-
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
31
28
|
}>>, {}, {}, {}, {}, {}>;
|
32
29
|
__isFragment?: never;
|
33
30
|
__isTeleport?: never;
|
@@ -38,10 +35,8 @@ declare const _default: {
|
|
38
35
|
showLockConfiguration?: import("vue").Prop<boolean, boolean>;
|
39
36
|
renderEditSettings?: import("vue").Prop<boolean, boolean>;
|
40
37
|
defaultConfiguration?: import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
41
|
-
"v-model": import("vue").Prop<PropertyConfiguration<HtmlPropertyDefinition>, PropertyConfiguration<HtmlPropertyDefinition>>;
|
42
38
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
39
|
propsDefinition: Omit<Readonly<{} & {
|
44
|
-
"v-model"?: PropertyConfiguration<HtmlPropertyDefinition>;
|
45
40
|
modelValue?: PropertyConfiguration<HtmlPropertyDefinition>;
|
46
41
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<HtmlPropertyDefinition>) => void;
|
47
42
|
showLockConfiguration?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { TagsPropertyDefinition,
|
1
|
+
import { TagsPropertyDefinition, IPropertyEditorRenderer, PropertyValueType, PromotedTagOptions, TagsDisplaySettings, TagsEditorSettings } from "@omnia/fx-models";
|
2
2
|
export type TagsEditorProps = IPropertyEditorRenderer<TagsPropertyDefinition> & {
|
3
3
|
"v-model": PropertyValueType<TagsPropertyDefinition>;
|
4
4
|
"onUpdate:modelValue": (value: PropertyValueType<TagsPropertyDefinition>) => void;
|
@@ -6,22 +6,22 @@ export type TagsEditorProps = IPropertyEditorRenderer<TagsPropertyDefinition> &
|
|
6
6
|
};
|
7
7
|
declare const _default: {
|
8
8
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
9
|
-
modelValue: import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
10
|
-
editorSettings: import("vue").Prop<
|
11
|
-
displaySettings: import("vue").Prop<
|
9
|
+
modelValue: import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
10
|
+
editorSettings: import("vue").Prop<TagsEditorSettings, TagsEditorSettings>;
|
11
|
+
displaySettings: import("vue").Prop<TagsDisplaySettings, TagsDisplaySettings>;
|
12
12
|
setupSettings?: import("vue").Prop<never, never>;
|
13
13
|
disabled?: import("vue").Prop<boolean, boolean>;
|
14
|
-
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
15
|
-
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
14
|
+
"v-model": import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
15
|
+
"onUpdate:modelValue": import("vue").Prop<(value: import("@omnia/fx-models").TagsPropertyValue) => void, (value: import("@omnia/fx-models").TagsPropertyValue) => void>;
|
16
16
|
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
17
17
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
18
|
-
modelValue: import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
19
|
-
editorSettings: import("vue").Prop<
|
20
|
-
displaySettings: import("vue").Prop<
|
18
|
+
modelValue: import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
19
|
+
editorSettings: import("vue").Prop<TagsEditorSettings, TagsEditorSettings>;
|
20
|
+
displaySettings: import("vue").Prop<TagsDisplaySettings, TagsDisplaySettings>;
|
21
21
|
setupSettings?: import("vue").Prop<never, never>;
|
22
22
|
disabled?: import("vue").Prop<boolean, boolean>;
|
23
|
-
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
24
|
-
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
23
|
+
"v-model": import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
24
|
+
"onUpdate:modelValue": import("vue").Prop<(value: import("@omnia/fx-models").TagsPropertyValue) => void, (value: import("@omnia/fx-models").TagsPropertyValue) => void>;
|
25
25
|
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
26
26
|
}>>, {}, true, {}, {}, {
|
27
27
|
P: {};
|
@@ -31,37 +31,37 @@ declare const _default: {
|
|
31
31
|
M: {};
|
32
32
|
Defaults: {};
|
33
33
|
}, Readonly<import("vue").ExtractPropTypes<{
|
34
|
-
modelValue: import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
35
|
-
editorSettings: import("vue").Prop<
|
36
|
-
displaySettings: import("vue").Prop<
|
34
|
+
modelValue: import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
35
|
+
editorSettings: import("vue").Prop<TagsEditorSettings, TagsEditorSettings>;
|
36
|
+
displaySettings: import("vue").Prop<TagsDisplaySettings, TagsDisplaySettings>;
|
37
37
|
setupSettings?: import("vue").Prop<never, never>;
|
38
38
|
disabled?: import("vue").Prop<boolean, boolean>;
|
39
|
-
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
40
|
-
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
39
|
+
"v-model": import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
40
|
+
"onUpdate:modelValue": import("vue").Prop<(value: import("@omnia/fx-models").TagsPropertyValue) => void, (value: import("@omnia/fx-models").TagsPropertyValue) => void>;
|
41
41
|
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
42
42
|
}>>, {}, {}, {}, {}, {}>;
|
43
43
|
__isFragment?: never;
|
44
44
|
__isTeleport?: never;
|
45
45
|
__isSuspense?: never;
|
46
46
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
47
|
-
modelValue: import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
48
|
-
editorSettings: import("vue").Prop<
|
49
|
-
displaySettings: import("vue").Prop<
|
47
|
+
modelValue: import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
48
|
+
editorSettings: import("vue").Prop<TagsEditorSettings, TagsEditorSettings>;
|
49
|
+
displaySettings: import("vue").Prop<TagsDisplaySettings, TagsDisplaySettings>;
|
50
50
|
setupSettings?: import("vue").Prop<never, never>;
|
51
51
|
disabled?: import("vue").Prop<boolean, boolean>;
|
52
|
-
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
53
|
-
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
52
|
+
"v-model": import("vue").Prop<import("@omnia/fx-models").TagsPropertyValue, import("@omnia/fx-models").TagsPropertyValue>;
|
53
|
+
"onUpdate:modelValue": import("vue").Prop<(value: import("@omnia/fx-models").TagsPropertyValue) => void, (value: import("@omnia/fx-models").TagsPropertyValue) => void>;
|
54
54
|
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
55
55
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
56
56
|
propsDefinition: Omit<Readonly<{} & {
|
57
57
|
disabled?: boolean;
|
58
58
|
promotedTagOptions?: PromotedTagOptions;
|
59
|
-
"v-model"?: TagsPropertyValue;
|
60
|
-
"onUpdate:modelValue"?: (value: TagsPropertyValue) => void;
|
61
|
-
modelValue?: TagsPropertyValue;
|
62
|
-
displaySettings?:
|
59
|
+
"v-model"?: import("@omnia/fx-models").TagsPropertyValue;
|
60
|
+
"onUpdate:modelValue"?: (value: import("@omnia/fx-models").TagsPropertyValue) => void;
|
61
|
+
modelValue?: import("@omnia/fx-models").TagsPropertyValue;
|
62
|
+
displaySettings?: TagsDisplaySettings;
|
63
63
|
setupSettings?: never;
|
64
|
-
editorSettings?:
|
64
|
+
editorSettings?: TagsEditorSettings;
|
65
65
|
}>, never>;
|
66
66
|
};
|
67
67
|
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import AnimatedGifToolbar from "./AnimatedGifToolbar";
|
2
1
|
import { Guid } from "../../../../models";
|
3
2
|
export declare const animatedGifEditorExtension: () => {
|
4
3
|
id: Guid;
|
@@ -6,7 +5,7 @@ export declare const animatedGifEditorExtension: () => {
|
|
6
5
|
getConfiguration(): {
|
7
6
|
nodes: import("@tiptap/core").Node<any, any>[];
|
8
7
|
toolbarItems: {
|
9
|
-
toolbar:
|
8
|
+
toolbar: any;
|
10
9
|
configuration: {};
|
11
10
|
}[];
|
12
11
|
bubbleMenuItems: {
|
@@ -1,12 +1,43 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
1
|
+
import { EditorBubbleMenuBar } from "../../../../models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
menubar: {
|
5
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
8
|
+
};
|
9
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
menubar: {
|
11
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
14
|
+
};
|
15
|
+
}>>, {}, true, {}, {}, {
|
16
|
+
P: {};
|
17
|
+
B: {};
|
18
|
+
D: {};
|
19
|
+
C: {};
|
20
|
+
M: {};
|
21
|
+
Defaults: {};
|
22
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
23
|
+
menubar: {
|
24
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
25
|
+
} & {
|
26
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
27
|
+
};
|
28
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
29
|
+
__isFragment?: never;
|
30
|
+
__isTeleport?: never;
|
31
|
+
__isSuspense?: never;
|
32
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
33
|
+
menubar: {
|
34
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
35
|
+
} & {
|
36
|
+
type: import("vue").PropType<EditorBubbleMenuBar<any>>;
|
37
|
+
};
|
38
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
39
|
+
propsDefinition: Omit<Readonly<{} & {
|
40
|
+
menubar?: EditorBubbleMenuBar<any>;
|
41
|
+
}>, never>;
|
42
|
+
};
|
43
|
+
export default _default;
|
@@ -1,32 +1,17 @@
|
|
1
|
-
import { AnimatedGifToolbarProperties, AnimatedGifMenuBar, TipTapEditor } from "../../../../models";
|
2
|
-
import { ToolbarExtension } from "../../ToolbarExtension";
|
3
|
-
import { OmniaTheming } from "@omnia/fx/ux";
|
4
1
|
import "./AnimatedGif.css";
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
mounted(): void;
|
22
|
-
updated(): void;
|
23
|
-
private renderGrid;
|
24
|
-
private onGifsFetched;
|
25
|
-
private onCloseAnimatedGifs;
|
26
|
-
private getEditorState;
|
27
|
-
private fetchGifs;
|
28
|
-
private onGifChoose;
|
29
|
-
render(): JSX.Element;
|
30
|
-
private renderGifs;
|
31
|
-
private renderAnimatedGifsDialog;
|
32
|
-
}
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
4
|
+
P: {};
|
5
|
+
B: {};
|
6
|
+
D: {};
|
7
|
+
C: {};
|
8
|
+
M: {};
|
9
|
+
Defaults: {};
|
10
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
11
|
+
__isFragment?: never;
|
12
|
+
__isTeleport?: never;
|
13
|
+
__isSuspense?: never;
|
14
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
15
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
16
|
+
};
|
17
|
+
export default _default;
|
@@ -3,9 +3,23 @@ export declare const historyEditorExtension: () => {
|
|
3
3
|
id: Guid;
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
|
-
nodes: import("@tiptap/core").
|
6
|
+
nodes: import("@tiptap/core").Node<import("./HistoryNode").HistoryOptions, any>[];
|
7
7
|
toolbarItems: {
|
8
|
-
toolbar:
|
8
|
+
toolbar: {
|
9
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
10
|
+
P: {};
|
11
|
+
B: {};
|
12
|
+
D: {};
|
13
|
+
C: {};
|
14
|
+
M: {};
|
15
|
+
Defaults: {};
|
16
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
+
__isFragment?: never;
|
18
|
+
__isTeleport?: never;
|
19
|
+
__isSuspense?: never;
|
20
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
+
};
|
9
23
|
configuration: {};
|
10
24
|
}[];
|
11
25
|
};
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryNode.d.ts
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
export interface HistoryOptions {
|
2
|
+
depth: number;
|
3
|
+
newGroupDelay: number;
|
4
|
+
}
|
5
|
+
declare module "@tiptap/core" {
|
6
|
+
interface Commands<ReturnType> {
|
7
|
+
history: {
|
8
|
+
/**
|
9
|
+
* Undo recent changes
|
10
|
+
*/
|
11
|
+
undo: () => ReturnType;
|
12
|
+
/**
|
13
|
+
* Reapply reverted changes
|
14
|
+
*/
|
15
|
+
redo: () => ReturnType;
|
16
|
+
};
|
17
|
+
}
|
18
|
+
}
|
19
|
+
export declare const inputRegex: RegExp;
|
20
|
+
declare const _default: () => import("@tiptap/core").Node<HistoryOptions, any>;
|
21
|
+
export default _default;
|
@@ -1,5 +1,12 @@
|
|
1
1
|
import { Transaction } from "prosemirror-state";
|
2
2
|
import { Schema } from "prosemirror-model";
|
3
|
+
declare module "@tiptap/core" {
|
4
|
+
interface Commands<ReturnType> {
|
5
|
+
format_clear: {
|
6
|
+
formatClear: () => ReturnType;
|
7
|
+
};
|
8
|
+
}
|
9
|
+
}
|
3
10
|
declare const _default: () => import("@tiptap/core").Extension<any, any>;
|
4
11
|
export default _default;
|
5
12
|
export declare function clearFormat(tr: Transaction, schema: Schema, from: number, to: number): Transaction;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import RemoveFormattingMenu from "./RemoveFormattingMenu";
|
2
1
|
import { Guid } from "../../../../models";
|
3
2
|
export declare const removingFormattingEditorExtension: () => {
|
4
3
|
id: Guid;
|
@@ -6,11 +5,39 @@ export declare const removingFormattingEditorExtension: () => {
|
|
6
5
|
getConfiguration(): {
|
7
6
|
nodes: import("@tiptap/core").Extension<any, any>[];
|
8
7
|
bubbleMenuItems: ({
|
9
|
-
menuItem:
|
8
|
+
menuItem: {
|
9
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
10
|
+
P: {};
|
11
|
+
B: {};
|
12
|
+
D: {};
|
13
|
+
C: {};
|
14
|
+
M: {};
|
15
|
+
Defaults: {};
|
16
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
+
__isFragment?: never;
|
18
|
+
__isTeleport?: never;
|
19
|
+
__isSuspense?: never;
|
20
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
+
};
|
10
23
|
configuration: {};
|
11
24
|
showOnPasted?: undefined;
|
12
25
|
} | {
|
13
|
-
menuItem:
|
26
|
+
menuItem: {
|
27
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
28
|
+
P: {};
|
29
|
+
B: {};
|
30
|
+
D: {};
|
31
|
+
C: {};
|
32
|
+
M: {};
|
33
|
+
Defaults: {};
|
34
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
35
|
+
__isFragment?: never;
|
36
|
+
__isTeleport?: never;
|
37
|
+
__isSuspense?: never;
|
38
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
39
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
40
|
+
};
|
14
41
|
configuration: {};
|
15
42
|
showOnPasted: true;
|
16
43
|
})[];
|
@@ -1,14 +1,16 @@
|
|
1
|
-
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -1,3 +1,8 @@
|
|
1
|
+
import { PropertyBinding, PropertyConfiguration, PropertyDefinition } from "@omnia/fx-models";
|
2
|
+
export interface UserRequestProperty {
|
3
|
+
propertyBinding: PropertyBinding<PropertyDefinition<any, any, any>>;
|
4
|
+
propertyConfiguration: PropertyConfiguration<PropertyDefinition<any, any, any>>;
|
5
|
+
}
|
1
6
|
declare const _default: {
|
2
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<{
|
3
8
|
readonly [x: number]: string;
|
package/internal-do-not-import-from-here/ux/{use → theming-v2/styling}/UseContainerQuery.d.ts
RENAMED
@@ -1,9 +1,9 @@
|
|
1
|
-
import { DisplayBreakpointTypes } from "@omnia/fx-models";
|
1
|
+
import { DisplayBreakpointTypes, ContainerBreakpointTypes } from "@omnia/fx-models";
|
2
2
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
3
3
|
export declare function useContainerQuery(): {
|
4
|
-
|
4
|
+
breakPoint: (styles: NestedCSSProperties, breakPoint: {
|
5
5
|
maxWidth?: number;
|
6
6
|
minWidth?: number;
|
7
|
-
}) =>
|
8
|
-
device: (styles: NestedCSSProperties, breakpoint: DisplayBreakpointTypes) =>
|
7
|
+
}, name?: ContainerBreakpointTypes) => {};
|
8
|
+
device: (styles: NestedCSSProperties, breakpoint: DisplayBreakpointTypes) => {};
|
9
9
|
};
|
@@ -22,11 +22,7 @@ export declare function useThemeStyling(): {
|
|
22
22
|
fontWeight: number;
|
23
23
|
lineHeight: string;
|
24
24
|
textDecoration: string;
|
25
|
-
$nest: {
|
26
|
-
"@container (max-width: 800px)": {
|
27
|
-
fontSize: string;
|
28
|
-
};
|
29
|
-
};
|
25
|
+
$nest: {};
|
30
26
|
};
|
31
27
|
mediumStyles: any;
|
32
28
|
smallStyles: any;
|
@@ -36,11 +36,7 @@ declare function typographyTypeStyling(typographyType: TypographyTypes, size: Ty
|
|
36
36
|
fontWeight: number;
|
37
37
|
lineHeight: string;
|
38
38
|
textDecoration: string;
|
39
|
-
$nest: {
|
40
|
-
"@container (max-width: 800px)": {
|
41
|
-
fontSize: string;
|
42
|
-
};
|
43
|
-
};
|
39
|
+
$nest: {};
|
44
40
|
};
|
45
41
|
mediumStyles: any;
|
46
42
|
smallStyles: any;
|
@@ -178,6 +178,7 @@ import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
|
|
178
178
|
import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
|
179
179
|
import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
|
180
180
|
import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
|
181
|
+
import wc3d712fc3294b4b6c8283934e5d0ce00c from './ux/oxide/chart/Chart';
|
181
182
|
import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
|
182
183
|
import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
|
183
184
|
import wc28370f0312764e82b4c29237f943710a from './ux/oxide/colorpicker/ColorPicker';
|
@@ -925,6 +926,9 @@ declare global {
|
|
925
926
|
"o-card": typeof wc9349eb7714274f73bb91f7994524e5c8 extends {
|
926
927
|
propsDefinition: infer TProp;
|
927
928
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc9349eb7714274f73bb91f7994524e5c8 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc9349eb7714274f73bb91f7994524e5c8>, "propsDefinition">> : never;
|
929
|
+
"o-chart": typeof wc3d712fc3294b4b6c8283934e5d0ce00c extends {
|
930
|
+
propsDefinition: infer TProp;
|
931
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc3d712fc3294b4b6c8283934e5d0ce00c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc3d712fc3294b4b6c8283934e5d0ce00c>, "propsDefinition">> : never;
|
928
932
|
"o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc extends {
|
929
933
|
propsDefinition: infer TProp;
|
930
934
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcf552852ba9874a378c9329da62aaf9dc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcf552852ba9874a378c9329da62aaf9dc>, "propsDefinition">> : never;
|
@@ -4249,6 +4253,13 @@ declare global {
|
|
4249
4253
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4250
4254
|
};
|
4251
4255
|
} : typeof wc9349eb7714274f73bb91f7994524e5c8;
|
4256
|
+
"chart": typeof wc3d712fc3294b4b6c8283934e5d0ce00c extends {
|
4257
|
+
propsDefinition: infer TProp;
|
4258
|
+
} ? {
|
4259
|
+
new (...args: any[]): {
|
4260
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4261
|
+
};
|
4262
|
+
} : typeof wc3d712fc3294b4b6c8283934e5d0ce00c;
|
4252
4263
|
"checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc extends {
|
4253
4264
|
propsDefinition: infer TProp;
|
4254
4265
|
} ? {
|
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.98-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.98-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
package/task.js
CHANGED
@@ -14,6 +14,11 @@ function init() {
|
|
14
14
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
15
15
|
resourceId: '3fa51aee-4528-4427-8ad5-376c94724d01'
|
16
16
|
},
|
17
|
+
{
|
18
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json',
|
19
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
20
|
+
resourceId: '0fe5c5f2-8d89-485b-afd4-36fe3ff5943a'
|
21
|
+
},
|
17
22
|
{
|
18
23
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
19
24
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
package/task.ts
CHANGED
@@ -14,6 +14,11 @@ export function init() {
|
|
14
14
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
15
15
|
resourceId: '3fa51aee-4528-4427-8ad5-376c94724d01'
|
16
16
|
},
|
17
|
+
{
|
18
|
+
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json',
|
19
|
+
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
20
|
+
resourceId: '0fe5c5f2-8d89-485b-afd4-36fe3ff5943a'
|
21
|
+
},
|
17
22
|
{
|
18
23
|
path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
|
19
24
|
serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
|
@@ -1,6 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* If we import vuedraggable directly from node-modules, error will occur on SharePoint modern page, because the library try to use AMD instead of Modules.
|
3
|
-
* The error: unexpected anonymous amd define.
|
4
|
-
* Therefore, we modified vuedraggable (and its dependency Sortable), then put it in wwwroot/scripts/vuedraggable.js
|
5
|
-
* */
|
6
|
-
export {};
|