gdpr audit implemented, email log, vollmachten, pdf delete cancel data privacy and vollmachten, removed message no id card in engergy car, and other contracts that are not telecom contracts, added insert counter for engery
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
"use strict";
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __export = (target, all) => {
|
||||
for (var name in all)
|
||||
__defProp(target, name, { get: all[name], enumerable: true });
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
|
||||
// src/index.ts
|
||||
var index_exports = {};
|
||||
__export(index_exports, {
|
||||
Dropcursor: () => import_extensions2.Dropcursor,
|
||||
default: () => index_default
|
||||
});
|
||||
module.exports = __toCommonJS(index_exports);
|
||||
var import_extensions = require("@tiptap/extensions");
|
||||
var import_extensions2 = require("@tiptap/extensions");
|
||||
var index_default = import_extensions.Dropcursor;
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
Dropcursor
|
||||
});
|
||||
//# sourceMappingURL=index.cjs.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { Dropcursor } from '@tiptap/extensions'\n\nexport type { DropcursorOptions } from '@tiptap/extensions'\nexport { Dropcursor } from '@tiptap/extensions'\n\nexport default Dropcursor\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAG3B,IAAAA,qBAA2B;AAE3B,IAAO,gBAAQ;","names":["import_extensions"]}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import { Dropcursor } from '@tiptap/extensions';
|
||||
export { Dropcursor, DropcursorOptions, Dropcursor as default } from '@tiptap/extensions';
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
import { Dropcursor } from '@tiptap/extensions';
|
||||
export { Dropcursor, DropcursorOptions, Dropcursor as default } from '@tiptap/extensions';
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
// src/index.ts
|
||||
import { Dropcursor } from "@tiptap/extensions";
|
||||
import { Dropcursor as Dropcursor2 } from "@tiptap/extensions";
|
||||
var index_default = Dropcursor;
|
||||
export {
|
||||
Dropcursor2 as Dropcursor,
|
||||
index_default as default
|
||||
};
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { Dropcursor } from '@tiptap/extensions'\n\nexport type { DropcursorOptions } from '@tiptap/extensions'\nexport { Dropcursor } from '@tiptap/extensions'\n\nexport default Dropcursor\n"],"mappings":";AAAA,SAAS,kBAAkB;AAG3B,SAAS,cAAAA,mBAAkB;AAE3B,IAAO,gBAAQ;","names":["Dropcursor"]}
|
||||
Reference in New Issue
Block a user