@lblod/ember-rdfa-editor 12.9.0 → 12.10.0
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/declarations/components/_private/relationship-editor/card.d.ts +16 -3
- package/declarations/components/_private/relationship-editor/card.d.ts.map +1 -1
- package/declarations/components/_private/relationship-editor/content-predicate-form.d.ts +41 -0
- package/declarations/components/_private/relationship-editor/content-predicate-form.d.ts.map +1 -0
- package/declarations/components/_private/relationship-editor/create-button.d.ts +2 -1
- package/declarations/components/_private/relationship-editor/create-button.d.ts.map +1 -1
- package/declarations/components/_private/relationship-editor/modals/dev-mode.d.ts +6 -4
- package/declarations/components/_private/relationship-editor/modals/dev-mode.d.ts.map +1 -1
- package/declarations/components/icons/font-color.d.ts +3 -0
- package/declarations/components/icons/font-color.d.ts.map +1 -0
- package/declarations/components/icons/format-text.d.ts +3 -0
- package/declarations/components/icons/format-text.d.ts.map +1 -0
- package/declarations/components/icons/rdfa.d.ts +3 -0
- package/declarations/components/icons/rdfa.d.ts.map +1 -0
- package/declarations/components/plugins/alignment/alignment-menu.d.ts +7 -4
- package/declarations/components/plugins/alignment/alignment-menu.d.ts.map +1 -1
- package/declarations/components/plugins/formatting/formatting-toggle.d.ts +2 -0
- package/declarations/components/plugins/formatting/formatting-toggle.d.ts.map +1 -1
- package/declarations/components/plugins/heading/heading-menu.d.ts +1 -0
- package/declarations/components/plugins/heading/heading-menu.d.ts.map +1 -1
- package/declarations/components/plugins/html-editor/menu.d.ts +1 -0
- package/declarations/components/plugins/html-editor/menu.d.ts.map +1 -1
- package/declarations/components/plugins/image/insert-menu.d.ts +1 -0
- package/declarations/components/plugins/image/insert-menu.d.ts.map +1 -1
- package/declarations/components/plugins/link/link-menu.d.ts +1 -0
- package/declarations/components/plugins/link/link-menu.d.ts.map +1 -1
- package/declarations/components/plugins/list/unordered.d.ts +1 -1
- package/declarations/components/plugins/list/unordered.d.ts.map +1 -1
- package/declarations/components/plugins/table/table-menu.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/bold.d.ts +4 -3
- package/declarations/components/plugins/text-style/bold.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/color.d.ts +3 -1
- package/declarations/components/plugins/text-style/color.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/highlight.d.ts +1 -0
- package/declarations/components/plugins/text-style/highlight.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/italic.d.ts +5 -4
- package/declarations/components/plugins/text-style/italic.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/strikethrough.d.ts +4 -3
- package/declarations/components/plugins/text-style/strikethrough.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/subscript.d.ts +4 -3
- package/declarations/components/plugins/text-style/subscript.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/superscript.d.ts +4 -3
- package/declarations/components/plugins/text-style/superscript.d.ts.map +1 -1
- package/declarations/components/plugins/text-style/underline.d.ts +4 -3
- package/declarations/components/plugins/text-style/underline.d.ts.map +1 -1
- package/declarations/components/toolbar/dropdown.d.ts +9 -3
- package/declarations/components/toolbar/dropdown.d.ts.map +1 -1
- package/declarations/components/toolbar/mark.d.ts +1 -0
- package/declarations/components/toolbar/mark.d.ts.map +1 -1
- package/dist/_app_/components/_private/relationship-editor/content-predicate-form.js +1 -0
- package/dist/_app_/components/icons/font-color.js +1 -0
- package/dist/_app_/components/icons/format-text.js +1 -0
- package/dist/_app_/components/icons/rdfa.js +1 -0
- package/dist/components/_private/relationship-editor/card.js +67 -4
- package/dist/components/_private/relationship-editor/card.js.map +1 -1
- package/dist/components/_private/relationship-editor/content-predicate-form.js +88 -0
- package/dist/components/_private/relationship-editor/content-predicate-form.js.map +1 -0
- package/dist/components/_private/relationship-editor/modals/dev-mode.js +45 -39
- package/dist/components/_private/relationship-editor/modals/dev-mode.js.map +1 -1
- package/dist/components/icons/font-color.js +10 -0
- package/dist/components/icons/font-color.js.map +1 -0
- package/dist/components/icons/format-text.js +10 -0
- package/dist/components/icons/format-text.js.map +1 -0
- package/dist/components/icons/rdfa.js +10 -0
- package/dist/components/icons/rdfa.js.map +1 -0
- package/dist/components/plugins/alignment/alignment-menu.js +9 -17
- package/dist/components/plugins/alignment/alignment-menu.js.map +1 -1
- package/dist/components/plugins/formatting/formatting-toggle.js +4 -1
- package/dist/components/plugins/formatting/formatting-toggle.js.map +1 -1
- package/dist/components/plugins/heading/heading-menu.js +4 -1
- package/dist/components/plugins/heading/heading-menu.js.map +1 -1
- package/dist/components/plugins/html-editor/menu.js +1 -1
- package/dist/components/plugins/html-editor/menu.js.map +1 -1
- package/dist/components/plugins/image/insert-menu.js +1 -0
- package/dist/components/plugins/image/insert-menu.js.map +1 -1
- package/dist/components/plugins/link/link-menu.js +1 -0
- package/dist/components/plugins/link/link-menu.js.map +1 -1
- package/dist/components/plugins/list/unordered.js +2 -2
- package/dist/components/plugins/list/unordered.js.map +1 -1
- package/dist/components/plugins/table/table-menu.js +1 -1
- package/dist/components/plugins/text-style/bold.js +2 -2
- package/dist/components/plugins/text-style/bold.js.map +1 -1
- package/dist/components/plugins/text-style/color.js +4 -3
- package/dist/components/plugins/text-style/color.js.map +1 -1
- package/dist/components/plugins/text-style/highlight.js +2 -1
- package/dist/components/plugins/text-style/highlight.js.map +1 -1
- package/dist/components/plugins/text-style/italic.js +2 -2
- package/dist/components/plugins/text-style/italic.js.map +1 -1
- package/dist/components/plugins/text-style/strikethrough.js +2 -2
- package/dist/components/plugins/text-style/strikethrough.js.map +1 -1
- package/dist/components/plugins/text-style/subscript.js +2 -2
- package/dist/components/plugins/text-style/subscript.js.map +1 -1
- package/dist/components/plugins/text-style/superscript.js +2 -2
- package/dist/components/plugins/text-style/superscript.js.map +1 -1
- package/dist/components/plugins/text-style/underline.js +2 -2
- package/dist/components/plugins/text-style/underline.js.map +1 -1
- package/dist/components/toolbar/dropdown.js +5 -2
- package/dist/components/toolbar/dropdown.js.map +1 -1
- package/dist/components/toolbar/mark.js +1 -0
- package/dist/components/toolbar/mark.js.map +1 -1
- package/package.json +9 -3
- package/scss/_c-dropdown.scss +16 -39
- package/scss/_c-selection-tooltip.scss +1 -1
- package/scss/_c-table.scss +5 -3
- package/scss/_c-toolbar.scss +10 -10
- package/translations/nl-be.yaml +1 -1
- package/vendor/ember-rdfa-editor.css +34 -50
|
@@ -7,6 +7,8 @@ import type { PNode } from '#root/prosemirror-aliases.ts';
|
|
|
7
7
|
import type { PropertyOrBacklink, Status, StatusMessage } from '../common/types.ts';
|
|
8
8
|
import type { FormData } from './modals/dev-mode';
|
|
9
9
|
import type { OptionGeneratorConfig } from './types.ts';
|
|
10
|
+
import { type SubmissionBody as ContentPredicateFormSubmissionBody } from './content-predicate-form';
|
|
11
|
+
import type { OutgoingTriple } from '#root/core/rdfa-processor.js';
|
|
10
12
|
interface StatusMessageForNode extends StatusMessage {
|
|
11
13
|
node: PNode;
|
|
12
14
|
}
|
|
@@ -21,6 +23,7 @@ export default class RelationshipEditorCard extends Component<Args> {
|
|
|
21
23
|
_statusMessage: StatusMessageForNode | null;
|
|
22
24
|
status?: Status;
|
|
23
25
|
initialFormData?: FormData;
|
|
26
|
+
editingContentPredicate: boolean;
|
|
24
27
|
expanded: boolean;
|
|
25
28
|
setUpListeners: import("ember-modifier").FunctionBasedModifier<{
|
|
26
29
|
Args: {
|
|
@@ -39,18 +42,28 @@ export default class RelationshipEditorCard extends Component<Args> {
|
|
|
39
42
|
startUpdateMode: (propertyOrBacklink: PropertyOrBacklink) => void;
|
|
40
43
|
onFormSubmit: (body: SubmissionBody) => void;
|
|
41
44
|
cancel: () => void;
|
|
45
|
+
get contentPredicateProperty(): OutgoingTriple | undefined;
|
|
46
|
+
contentPredicateTextRepr: (contentPredicateProperty: OutgoingTriple) => string;
|
|
47
|
+
get contentPredicateInitialFormData(): {
|
|
48
|
+
contentPredicate: string | undefined;
|
|
49
|
+
language: string | undefined;
|
|
50
|
+
datatype: string | undefined;
|
|
51
|
+
};
|
|
52
|
+
startEditingContentPredicate: () => void;
|
|
53
|
+
onContentPredicateFormCancel: () => void;
|
|
54
|
+
onContentPredicateFormSubmit: (body: ContentPredicateFormSubmissionBody) => void;
|
|
42
55
|
removePropertyOrBacklink: (propertyOrBacklink: PropertyOrBacklink) => void;
|
|
43
56
|
get isResourceNode(): boolean;
|
|
44
57
|
get type(): "resource" | "literal" | "document";
|
|
45
58
|
get controller(): SayController;
|
|
46
59
|
goToSubject: (subject: string) => void;
|
|
47
60
|
get modalTitle(): "Add relationship" | "Edit relationship";
|
|
48
|
-
get properties():
|
|
49
|
-
get backlinks(): import("
|
|
61
|
+
get properties(): OutgoingTriple[] | undefined;
|
|
62
|
+
get backlinks(): import("#root/core/rdfa-processor.js").IncomingTriple[];
|
|
50
63
|
get statusMessage(): StatusMessage | null;
|
|
51
64
|
setStatusMessage: (val: StatusMessage | null) => void;
|
|
52
65
|
closeStatusMessage: () => void;
|
|
53
|
-
get currentTerm(): import("
|
|
66
|
+
get currentTerm(): import("#root/core/say-data-factory/index.js").ResourceNodeTerm<string> | import("#root/core/say-data-factory/index.js").LiteralNodeTerm;
|
|
54
67
|
}
|
|
55
68
|
export {};
|
|
56
69
|
//# sourceMappingURL=card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/components/_private/relationship-editor/card.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAG9D,OAAO,KAAK,EACV,SAAS,EACT,cAAc,EACf,MAAM,wDAAwD,CAAC;AAMhE,OAAO,EAAe,KAAK,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAoBvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EACV,kBAAkB,EAClB,MAAM,EACN,aAAa,EACd,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/components/_private/relationship-editor/card.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAGnE,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAG9D,OAAO,KAAK,EACV,SAAS,EACT,cAAc,EACf,MAAM,wDAAwD,CAAC;AAMhE,OAAO,EAAe,KAAK,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAoBvE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,EACV,kBAAkB,EAClB,MAAM,EACN,aAAa,EACd,MAAM,oBAAoB,CAAC;AAK5B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAGtD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAA6B,EAC3B,KAAK,cAAc,IAAI,kCAAkC,EAC1D,MAAM,8BAA8B,CAAC;AAGtC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAInE,UAAU,oBAAqB,SAAQ,aAAa;IAClD,IAAI,EAAE,KAAK,CAAC;CACb;AAED,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,IAAI,EAAE,aAAa,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;AACF,MAAM,CAAC,OAAO,OAAO,sBAAuB,SAAQ,SAAS,CAAC,IAAI,CAAC;IACxD,cAAc,EAAE,oBAAoB,GAAG,IAAI,CAAQ;IACnD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,QAAQ,CAAC;IACT,uBAAuB,EAAE,OAAO,CAAS;IAE1B,QAAQ,EAAE,OAAO,CAAC;IAE5D,cAAc;;;;;;OAsBX;IAEH,IAAI,IAAI,UAEP;IAED,IAAI,eAAe,YAElB;IAED,IAAI,SAAS,IACe,SAAS,CACpC;IAED,IAAI,UAAU,YAEb;IAED,IAAI,UAAU,YAEb;IAED,aAAa,aAGX;IAEF,iBAAiB,cAAe,SAAS,UAOvC;IAEF,eAAe,uBAAwB,kBAAkB,UA6BvD;IAEF,YAAY,SAAU,cAAc,UA0ClC;IAEF,MAAM,aAEJ;IAEF,IAAI,wBAAwB,+BAQ3B;IAED,wBAAwB,6BAA8B,cAAc,YAQlE;IAEF,IAAI,+BAA+B;;;;MAUlC;IAED,4BAA4B,aAE1B;IAEF,4BAA4B,aAE1B;IAEF,4BAA4B,SAAU,kCAAkC,UA2BtE;IAEF,wBAAwB,uBAAwB,kBAAkB,UA6BhE;IAEF,IAAI,cAAc,YAEjB;IAED,IAAI,IAAI,wCAKP;IAED,IAAI,UAAU,kBAEb;IAED,WAAW,YAAa,MAAM,UAc5B;IAEF,IAAI,UAAU,6CAMb;IAED,IAAI,UAAU,iCAMb;IAED,IAAI,SAAS,4DAEZ;IAED,IAAI,aAAa,IAAI,aAAa,GAAG,IAAI,CAMxC;IAED,gBAAgB,QAAS,aAAa,GAAG,IAAI,UAM3C;IAEF,kBAAkB,aAEhB;IAEF,IAAI,WAAW,6IAMd;CAsbF"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { ResourceNodeTerm } from '#root/core/say-data-factory/index.ts';
|
|
2
|
+
import Component from '@glimmer/component';
|
|
3
|
+
import type { InferType } from 'yup';
|
|
4
|
+
import * as yup from 'yup';
|
|
5
|
+
import type { OptionGeneratorConfig } from './types.ts';
|
|
6
|
+
declare const formSchema: yup.ObjectSchema<{
|
|
7
|
+
contentPredicate: string | undefined;
|
|
8
|
+
datatype: string | undefined;
|
|
9
|
+
language: string | undefined;
|
|
10
|
+
}, yup.AnyObject, {
|
|
11
|
+
contentPredicate: undefined;
|
|
12
|
+
datatype: undefined;
|
|
13
|
+
language: undefined;
|
|
14
|
+
}, "">;
|
|
15
|
+
type FormData = InferType<typeof formSchema>;
|
|
16
|
+
export type SubmissionBody = FormData;
|
|
17
|
+
type Signature = {
|
|
18
|
+
Args: {
|
|
19
|
+
source: ResourceNodeTerm<string>;
|
|
20
|
+
optionGeneratorConfig?: OptionGeneratorConfig;
|
|
21
|
+
initialFormData?: FormData;
|
|
22
|
+
onSubmit: (body: SubmissionBody) => unknown;
|
|
23
|
+
};
|
|
24
|
+
Element: HTMLFormElement;
|
|
25
|
+
};
|
|
26
|
+
export default class ContentPredicateForm extends Component<Signature> {
|
|
27
|
+
formData: {
|
|
28
|
+
datatype?: string | undefined;
|
|
29
|
+
language?: string | undefined;
|
|
30
|
+
contentPredicate?: string | undefined;
|
|
31
|
+
};
|
|
32
|
+
handleSubmit: (body: SubmissionBody) => void;
|
|
33
|
+
searchPredicates: (searchString: string) => Promise<string[]>;
|
|
34
|
+
isValidPredicate: (term: string) => boolean;
|
|
35
|
+
buildPowerSelectWithCreateSuggestion: (term: string) => string;
|
|
36
|
+
setPredicate: (validationFn: () => void, value?: string) => void;
|
|
37
|
+
setDatatype: (validationFn: () => void, event: Event) => void;
|
|
38
|
+
setLanguage: (validationFn: () => void, event: Event) => void;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=content-predicate-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-predicate-form.d.ts","sourceRoot":"","sources":["../../../../src/components/_private/relationship-editor/content-predicate-form.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAO7E,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,KAAK,GAAG,MAAM,KAAK,CAAC;AAC3B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AAQxD,QAAA,MAAM,UAAU;;;;;;;;MAId,CAAC;AAEH,KAAK,QAAQ,GAAG,SAAS,CAAC,OAAO,UAAU,CAAC,CAAC;AAE7C,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC;AAEtC,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,MAAM,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;QACjC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;QAC9C,eAAe,CAAC,EAAE,QAAQ,CAAC;QAC3B,QAAQ,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,CAAC;KAC7C,CAAC;IACF,OAAO,EAAE,eAAe,CAAC;CAC1B,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,SAAS,CAAC,SAAS,CAAC;IAC9B,QAAQ;;;;MAE5C;IAEF,YAAY,SAAU,cAAc,UAElC;IAEF,gBAAgB,iBAAwB,MAAM,uBAO5C;IAEF,gBAAgB,SAAU,MAAM,aAM9B;IAEF,oCAAoC,SAAU,MAAM,YAAU;IAE9D,YAAY,iBAAkB,MAAM,IAAI,UAAU,MAAM,UAGtD;IAEF,WAAW,iBAAkB,MAAM,IAAI,SAAS,KAAK,UAInD;IAEF,WAAW,iBAAkB,MAAM,IAAI,SAAS,KAAK,UAKnD;CAmIH"}
|
|
@@ -3,6 +3,7 @@ import Component from '@glimmer/component';
|
|
|
3
3
|
import type { ResolvedPNode } from '#root/utils/_private/types.ts';
|
|
4
4
|
import type SayController from '#root/core/say-controller.ts';
|
|
5
5
|
import type { OptionGeneratorConfig, SubmissionBody } from './types.ts';
|
|
6
|
+
import RelationshipEditorDevModeModal from './modals/dev-mode';
|
|
6
7
|
import RelationshipEditorClassicModal from './modals/classic';
|
|
7
8
|
type CreateRelationshipButtonSig = {
|
|
8
9
|
Element: AuButtonSignature['Element'];
|
|
@@ -22,7 +23,7 @@ export default class CreateRelationshipButton extends Component<CreateRelationsh
|
|
|
22
23
|
closeModal: () => void;
|
|
23
24
|
get selectedNode(): import("../../../core/say-data-factory/index.ts").ResourceNodeTerm<string> | import("../../../core/say-data-factory/index.ts").LiteralNodeTerm | undefined;
|
|
24
25
|
get isDisabled(): boolean;
|
|
25
|
-
get ModalComponent(): typeof RelationshipEditorClassicModal;
|
|
26
|
+
get ModalComponent(): typeof RelationshipEditorDevModeModal | typeof RelationshipEditorClassicModal;
|
|
26
27
|
}
|
|
27
28
|
export {};
|
|
28
29
|
//# sourceMappingURL=create-button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-button.d.ts","sourceRoot":"","sources":["../../../../src/components/_private/relationship-editor/create-button.ts"],"names":[],"mappings":"AAAA,OAAiB,EACf,KAAK,iBAAiB,EACvB,MAAM,uDAAuD,CAAC;AAE/D,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAM9D,OAAO,KAAK,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"create-button.d.ts","sourceRoot":"","sources":["../../../../src/components/_private/relationship-editor/create-button.ts"],"names":[],"mappings":"AAAA,OAAiB,EACf,KAAK,iBAAiB,EACvB,MAAM,uDAAuD,CAAC;AAE/D,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAM9D,OAAO,KAAK,EAAE,qBAAqB,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AACxE,OAAO,8BAA8B,MAAM,uBAAuB,CAAC;AACnE,OAAO,8BAA8B,MAAM,sBAAsB,CAAC;AAGlE,KAAK,2BAA2B,GAAG;IACjC,OAAO,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;IACtC,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,IAAI,CAAC,EAAE,aAAa,CAAC;QACrB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;QAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;CACH,CAAC;AACF,MAAM,CAAC,OAAO,OAAO,wBAAyB,SAAQ,SAAS,CAAC,2BAA2B,CAAC;IACjF,SAAS,UAAS;IAE3B,IAAI,UAAU,kBAEb;IAED,IAAI,IAAI,8BAEP;IAED,SAAS,aAEP;IAEF,YAAY,SAAU,cAAc,UAoClC;IAEF,UAAU,aAER;IAEF,IAAI,YAAY,+JAUf;IAED,IAAI,UAAU,YAEb;IAED,IAAI,cAAc,kFAIjB;CA8BF"}
|
|
@@ -45,10 +45,12 @@ export default class RelationshipEditorDevModeModal extends Component<Relationsh
|
|
|
45
45
|
onSubmit: (data: SubmissionBody) => void;
|
|
46
46
|
onCancel: () => void;
|
|
47
47
|
setDirection: (validationFn: () => void, value: Direction) => void;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
isValidPredicate: (term: string) => boolean;
|
|
49
|
+
setPredicate: (validationFn: () => void, predicateOption?: PredicateOption | string) => void;
|
|
50
|
+
isValidTarget: (term: string) => boolean;
|
|
51
|
+
setTarget: (validationFn: () => void, targetOption?: ObjectOption | SubjectOption | string) => void;
|
|
52
|
+
buildPowerSelectWithCreateSuggestion: (term: string) => string;
|
|
53
|
+
onPowerSelectKeyDown: (_select: Select, event: KeyboardEvent) => boolean;
|
|
52
54
|
get showTargetTermTypeSelector(): false | SubjectOption | ObjectOption | undefined;
|
|
53
55
|
get showDatatypeAndLanguageOptions(): boolean | undefined;
|
|
54
56
|
setTermType: (termType: (typeof OBJECT_TERM_TYPES)[number]) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dev-mode.d.ts","sourceRoot":"","sources":["../../../../../src/components/_private/relationship-editor/modals/dev-mode.ts"],"names":[],"mappings":"AAEA,OAAgB,EACd,KAAK,gBAAgB,EACtB,MAAM,sDAAsD,CAAC;AAC9D,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,OAAoB,EAClB,KAAK,MAAM,EACZ,MAAM,4CAA4C,CAAC;
|
|
1
|
+
{"version":3,"file":"dev-mode.d.ts","sourceRoot":"","sources":["../../../../../src/components/_private/relationship-editor/modals/dev-mode.ts"],"names":[],"mappings":"AAEA,OAAgB,EACd,KAAK,gBAAgB,EACtB,MAAM,sDAAsD,CAAC;AAC9D,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,OAAoB,EAClB,KAAK,MAAM,EACZ,MAAM,4CAA4C,CAAC;AAcpD,OAAO,KAAK,EACV,kBAAkB,EAClB,eAAe,EACf,gBAAgB,EAEhB,OAAO,EACR,MAAM,sCAAsC,CAAC;AAE9C,OAAO,KAAK,EACV,SAAS,EACT,YAAY,EACZ,qBAAqB,EACrB,eAAe,EACf,aAAa,EACb,cAAc,EACd,UAAU,EACX,MAAM,aAAa,CAAC;AASrB,QAAA,MAAM,iBAAiB,kEAKb,CAAC;AAEX,KAAK,6BAA6B,GAAG;IACnC,OAAO,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;IACrC,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,eAAe,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;QACnD,mBAAmB,CAAC,EAChB,CAAC,UAAU,CAAC,GACZ,CAAC,UAAU,CAAC,GACZ,CAAC,UAAU,EAAE,UAAU,CAAC,CAAC;QAC7B,QAAQ,EAAE,CAAC,IAAI,EAAE,cAAc,KAAK,OAAO,CAAC;QAC5C,QAAQ,EAAE,MAAM,OAAO,CAAC;QACxB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;QAC9C,WAAW,CAAC,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAC;KACjC,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,cAAc,CAAC,GAAG;IAC/C,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAeF,MAAM,CAAC,OAAO,OAAO,8BAA+B,SAAQ,SAAS,CAAC,6BAA6B,CAAC;IAClG,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,gBAAgB;;;;;;OAMb;IAEM,uBAAuB,CAAC,EAAE,WAAW,CAAC;IAE/C,YAAY;;;;;;OAET;IAEH,IAAI,mBAAmB,IAAI,SAAS,EAAE,CAErC;IAED,IAAI,sBAAsB,YAEzB;IAED,IAAI,WAAW,IAAI,QAAQ,CAe1B;IACD,IAAI,EAAE,QAAQ,CAAuC;IAErD,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,eAAe,YAAa,MAAM,IAAI,UAEpC;IAEF,QAAQ,SAAU,cAAc,UAE9B;IAEF,QAAQ,aAGN;IAEF,YAAY,iBAAkB,MAAM,IAAI,SAAS,SAAS,UAKxD;IAEF,gBAAgB,SAAU,MAAM,aAM9B;IAEF,YAAY,iBACI,MAAM,IAAI,oBACN,eAAe,GAAG,MAAM,UAuB1C;IAEF,aAAa,SAAU,MAAM,aAS3B;IAEF,SAAS,iBACO,MAAM,IAAI,iBACT,YAAY,GAAG,aAAa,GAAG,MAAM,UAmBpD;IAEF,oCAAoC,SAAU,MAAM,YAAU;IAE9D,oBAAoB,YAAa,MAAM,SAAS,aAAa,aAK3D;IAEF,IAAI,0BAA0B,qDAE7B;IAED,IAAI,8BAA8B,wBAMjC;IAED,WAAW,aAAc,CAAC,OAAO,iBAAiB,EAAE,MAAM,CAAC,UAYzD;IAEF,WAAW,UAAW,KAAK,UAmBzB;IAEF,WAAW,UAAW,KAAK,UAoBzB;IAEF,gBAAgB,iBAAwB,MAAM,2CAO5C;IAEF,aAAa,iBAAwB,MAAM,wKAWzC;IAEF,UAAU,WAAY,UAAU,CAAC,OAAO,CAAC,YAMvC;IAEF,IAAI,WAAW,yBAEd;IAED,IAAI,eAAe,YAElB;IAED,IAAI,KAAK,WAER;CAkcF"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("@ember/component/template-only").TemplateOnlyComponent<never> & (abstract new () => import("@glint/template/-private/integration").InvokableInstance<() => import("@glint/template/-private/integration").ComponentReturn<{}>> & import("@glint/template/-private/integration").HasContext<import("@glint/template/-private/integration").TemplateContext<void, {}, {}, void>>);
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=font-color.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font-color.d.ts","sourceRoot":"","sources":["../../../src/components/icons/font-color.ts"],"names":[],"mappings":";AAAA,wBAsDE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("@ember/component/template-only").TemplateOnlyComponent<never> & (abstract new () => import("@glint/template/-private/integration").InvokableInstance<() => import("@glint/template/-private/integration").ComponentReturn<{}>> & import("@glint/template/-private/integration").HasContext<import("@glint/template/-private/integration").TemplateContext<void, {}, {}, void>>);
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=format-text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-text.d.ts","sourceRoot":"","sources":["../../../src/components/icons/format-text.ts"],"names":[],"mappings":";AAAA,wBAyDE"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("@ember/component/template-only").TemplateOnlyComponent<never> & (abstract new () => import("@glint/template/-private/integration").InvokableInstance<() => import("@glint/template/-private/integration").ComponentReturn<{}>> & import("@glint/template/-private/integration").HasContext<import("@glint/template/-private/integration").TemplateContext<void, {}, {}, void>>);
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=rdfa.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rdfa.d.ts","sourceRoot":"","sources":["../../../src/components/icons/rdfa.ts"],"names":[],"mappings":";AAAA,wBA+DE"}
|
|
@@ -4,12 +4,11 @@ import type IntlService from 'ember-intl/services/intl';
|
|
|
4
4
|
import { Velcro } from 'ember-velcro';
|
|
5
5
|
import { htmlSafe } from '@ember/template';
|
|
6
6
|
import type SayController from '#root/core/say-controller.ts';
|
|
7
|
+
import type { ComponentLike } from '@glint/template';
|
|
7
8
|
type Args = {
|
|
8
9
|
controller?: SayController;
|
|
9
10
|
};
|
|
10
11
|
export default class AlignmentMenu extends Component<Args> {
|
|
11
|
-
NavDownIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/nav-down").NavDownIconSignature>;
|
|
12
|
-
CheckIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/check").CheckIconSignature>;
|
|
13
12
|
dropdownButton?: HTMLElement;
|
|
14
13
|
Velcro: typeof Velcro;
|
|
15
14
|
htmlSafe: typeof htmlSafe;
|
|
@@ -27,10 +26,14 @@ export default class AlignmentMenu extends Component<Args> {
|
|
|
27
26
|
get alignmentStyles(): {
|
|
28
27
|
value: "center" | "left" | "right" | "justify";
|
|
29
28
|
label: string;
|
|
30
|
-
icon:
|
|
29
|
+
icon: ComponentLike<{
|
|
30
|
+
Element: Element;
|
|
31
|
+
}>;
|
|
31
32
|
}[];
|
|
32
33
|
get currentAlignment(): "center" | "left" | "right" | "justify";
|
|
33
|
-
get currentAlignIcon():
|
|
34
|
+
get currentAlignIcon(): ComponentLike<{
|
|
35
|
+
Element: Element;
|
|
36
|
+
}>;
|
|
34
37
|
get enabled(): boolean | undefined;
|
|
35
38
|
setAlignment: (option: AlignmentOption) => Promise<void>;
|
|
36
39
|
toggleDropdown(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alignment-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/alignment/alignment-menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAEL,KAAK,eAAe,EAErB,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"alignment-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/alignment/alignment-menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAEL,KAAK,eAAe,EAErB,MAAM,kCAAkC,CAAC;AAE1C,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC;AAKxD,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAK3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,KAAK,IAAI,GAAG;IACV,UAAU,CAAC,EAAE,aAAa,CAAC;CAC5B,CAAC;AASF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,SAAS,CAAC,IAAI,CAAC;IACxD,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,MAAM,gBAAU;IAChB,QAAQ,kBAAY;IAEpB,mBAAmB;;;;;;OAEhB;IACM,YAAY,UAAS;IAEb,IAAI,EAAE,WAAW,CAAC;IACnC,OAAO,kDAAqB;IAE5B,IAAI,UAAU,8BAEb;IAED,IAAI,eAAe;;;;qBAxByC,OAAO;;QA8BlE;IAED,IAAI,gBAAgB,4CAUnB;IAED,IAAI,gBAAgB;iBA5CwC,OAAO;OA8ClE;IAED,IAAI,OAAO,wBAEV;IAED,YAAY,WAAkB,eAAe,mBAG3C;IAGF,cAAc;IAIR,aAAa;IAKL,oBAAoB,CAAC,KAAK,EAAE,UAAU;IAWpD,WAAW,CAAC,KAAK,EAAE,eAAe;CAwEnC"}
|
|
@@ -2,8 +2,10 @@ import Component from '@glimmer/component';
|
|
|
2
2
|
import SayController from '#root/core/say-controller.ts';
|
|
3
3
|
type Args = {
|
|
4
4
|
controller?: SayController;
|
|
5
|
+
onActivate?: () => void;
|
|
5
6
|
};
|
|
6
7
|
export default class FormattingToggleComponent extends Component<Args> {
|
|
8
|
+
ParagraphIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/paragraph").ParagraphIconSignature>;
|
|
7
9
|
get controller(): SayController | undefined;
|
|
8
10
|
get isActive(): boolean;
|
|
9
11
|
toggle(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatting-toggle.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/formatting/formatting-toggle.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,aAAa,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"formatting-toggle.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/formatting/formatting-toggle.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,KAAK,IAAI,GAAG;IACV,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,yBAA0B,SAAQ,SAAS,CAAC,IAAI,CAAC;IACpE,aAAa,6IAAiB;IAC9B,IAAI,UAAU,8BAEb;IAED,IAAI,QAAQ,YAMX;IAGD,MAAM;CAkBP"}
|
|
@@ -4,6 +4,7 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
4
4
|
import type { NodeType } from 'prosemirror-model';
|
|
5
5
|
type Args = {
|
|
6
6
|
controller?: SayController;
|
|
7
|
+
onActivate?: () => void;
|
|
7
8
|
};
|
|
8
9
|
export default class HeadingsMenu extends Component<Args> {
|
|
9
10
|
CheckIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/check").CheckIconSignature>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"heading-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/heading/heading-menu.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC;AAGxD,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,KAAK,IAAI,GAAG;IACV,UAAU,CAAC,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"heading-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/heading/heading-menu.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAE3C,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC;AAGxD,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,KAAK,IAAI,GAAG;IACV,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AACF,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,SAAS,CAAC,IAAI,CAAC;IACvD,SAAS,qIAAa;IACtB,WAAW,0IAAe;IAET,IAAI,EAAE,WAAW,CAAC;IACnC,MAAM,WAAsB;IAE5B,IAAI,UAAU,8BAEb;IAED,IAAI,MAAM,6DAET;IAED,IAAI,OAAO,YAEV;IAED,IAAI,YAAY,WAOf;IAGD,UAAU;IAOV,aAAa,CAAC,KAAK,EAAE,MAAM;IAO3B,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAO1D,IAAI,aAAa,wBAMhB;IAED,gBAAgB,UAAW,MAAM,yBAM/B;IAEF,SAAS,aAAc,QAAQ,UAAU,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,yBAK9D;IAEF,IAAI,YAAY,YAMf;IAED,eAAe,UAAW,MAAM,aAM9B;IAEF,QAAQ,aAAc,QAAQ,UAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,aAc5D;CA4DH"}
|
|
@@ -2,6 +2,7 @@ import Component from '@glimmer/component';
|
|
|
2
2
|
import type SayController from '#root/core/say-controller.ts';
|
|
3
3
|
type Args = {
|
|
4
4
|
controller: SayController;
|
|
5
|
+
onActivate?: () => void;
|
|
5
6
|
};
|
|
6
7
|
export default class HTMLEditorMenu extends Component<Args> {
|
|
7
8
|
HtmlIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/html").HtmlIconSignature>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/html-editor/menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/html-editor/menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS,CAAC,IAAI,CAAC;IACzD,QAAQ,mIAAY;IAEX,cAAc,UAAS;IAEhC,IAAI,UAAU,kBAEb;IAEO,UAAU;IAIV,MAAM,CAAC,OAAO,EAAE,MAAM;IAKtB,QAAQ;CAqBjB"}
|
|
@@ -3,6 +3,7 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
3
3
|
type Args = {
|
|
4
4
|
controller: SayController;
|
|
5
5
|
defaultSvgHeight?: number;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
export default class ImageInsertMenu extends Component<Args> {
|
|
8
9
|
ImageIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/image").ImageIconSignature>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"insert-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/image/insert-menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAI9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"insert-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/image/insert-menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAI9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,SAAS,CAAC,IAAI,CAAC;IAC1D,SAAS,qIAAa;IAEb,SAAS,UAAS;IAClB,GAAG,SAAM;IACT,OAAO,SAAM;IACb,SAAS,UAAS;IAE3B,IAAI,UAAU,kBAEb;IAED,IAAI,MAAM,iDAET;IAED,IAAI,aAAa,uBAMhB;IAED,IAAI,UAAU,IAAI,OAAO,CAOxB;IAGD,WAAW,CAAC,KAAK,EAAE,UAAU;IAK7B,eAAe,CAAC,KAAK,EAAE,UAAU;IAKjC,WAAW;IAOX,SAAS;IAKT,SAAS;IAKH,UAAU;IAOV,QAAQ;IAMR,QAAQ;CAwKf"}
|
|
@@ -2,6 +2,7 @@ import Component from '@glimmer/component';
|
|
|
2
2
|
import type SayController from '#root/core/say-controller.ts';
|
|
3
3
|
type Args = {
|
|
4
4
|
controller: SayController;
|
|
5
|
+
onActivate?: () => void;
|
|
5
6
|
};
|
|
6
7
|
export default class LinkMenu extends Component<Args> {
|
|
7
8
|
LinkIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/link").LinkIconSignature>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/link/link-menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"link-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/link/link-menu.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AACF,MAAM,CAAC,OAAO,OAAO,QAAS,SAAQ,SAAS,CAAC,IAAI,CAAC;IACnD,QAAQ,mIAAY;IAEpB,IAAI,UAAU,kBAEb;IAED,IAAI,MAAM,iDAET;IAED,IAAI,SAAS,YAKZ;IAGD,MAAM;CA+BP"}
|
|
@@ -5,7 +5,7 @@ type Args = {
|
|
|
5
5
|
controller: SayController;
|
|
6
6
|
};
|
|
7
7
|
export default class ListUnordered extends Component<Args> {
|
|
8
|
-
UnorderedListIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/
|
|
8
|
+
UnorderedListIcon: import("@ember/component/template-only").TOC<import("@appuniversum/ember-appuniversum/components/icons/list-bullets").ListBulletsIconSignature>;
|
|
9
9
|
get firstListParent(): {
|
|
10
10
|
pos: number;
|
|
11
11
|
start: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unordered.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/list/unordered.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;CAC3B,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,SAAS,CAAC,IAAI,CAAC;IACxD,iBAAiB,
|
|
1
|
+
{"version":3,"file":"unordered.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/list/unordered.ts"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;CAC3B,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,SAAS,CAAC,IAAI,CAAC;IACxD,iBAAiB,kJAAmB;IAEpC,IAAI,eAAe;;;;qBAVZ,mBAAmB;kBAgBzB;IAED,IAAI,QAAQ,YAKX;IAED,IAAI,UAAU,kBAEb;IAED,IAAI,SAAS,0CAEZ;IAED,IAAI,MAAM,iDAET;IAED,IAAI,aAAa,IAAI,OAAO,CAQ3B;IAED,IAAI,SAAS,YAEZ;IAGD,MAAM;CAmBP"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/table/table-menu.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,EAGL,WAAW,EAQZ,MAAM,gCAAgC,CAAC;AACxC,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC;AAUxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,IAAI;IACZ,UAAU,CAAC,EAAE,aAAa,CAAC;CAC5B;AAID,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS,CAAC,IAAI,CAAC;IACpD,SAAS,qIAAa;IACtB,eAAe,kJAAmB;IAClC,qBAAqB,gKAAyB;IAC9C,kBAAkB,0JAAsB;IAEvB,IAAI,EAAE,WAAW,CAAC;IAE1B,YAAY,SAAwB;IACpC,eAAe,SAAwB;IAEhD,IAAI,YAAY;;;;;;;;SAsDf;IAED,gBAAgB,WAAY,MAAM,KAAG,OAAO,CAE1C;IAEF,aAAa,WAAY,MAAM,UAG7B;IAGF,IAAI,UAAU,IAAI,aAAa,GAAG,SAAS,CAE1C;IAED,IAAI,SAAS,wBAEZ;IAED,IAAI,cAAc,wBAMjB;IAED,eAAe,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAmBvC,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM;IAO7D,cAAc;IAMd,iBAAiB;
|
|
1
|
+
{"version":3,"file":"table-menu.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/table/table-menu.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAG3C,OAAO,EAGL,WAAW,EAQZ,MAAM,gCAAgC,CAAC;AACxC,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,OAAO,KAAK,WAAW,MAAM,0BAA0B,CAAC;AAUxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,IAAI;IACZ,UAAU,CAAC,EAAE,aAAa,CAAC;CAC5B;AAID,KAAK,MAAM,GAAG;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS,CAAC,IAAI,CAAC;IACpD,SAAS,qIAAa;IACtB,eAAe,kJAAmB;IAClC,qBAAqB,gKAAyB;IAC9C,kBAAkB,0JAAsB;IAEvB,IAAI,EAAE,WAAW,CAAC;IAE1B,YAAY,SAAwB;IACpC,eAAe,SAAwB;IAEhD,IAAI,YAAY;;;;;;;;SAsDf;IAED,gBAAgB,WAAY,MAAM,KAAG,OAAO,CAE1C;IAEF,aAAa,WAAY,MAAM,UAG7B;IAGF,IAAI,UAAU,IAAI,aAAa,GAAG,SAAS,CAE1C;IAED,IAAI,SAAS,wBAEZ;IAED,IAAI,cAAc,wBAMjB;IAED,eAAe,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM;IAmBvC,WAAW,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM;IAO7D,cAAc;IAMd,iBAAiB;CAkIlB"}
|
|
@@ -2,9 +2,10 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
type Signature = {
|
|
4
4
|
Args: {
|
|
5
|
-
controller
|
|
5
|
+
controller: SayController;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
9
|
+
declare const BoldMark: TOC<Signature>;
|
|
10
|
+
export default BoldMark;
|
|
10
11
|
//# sourceMappingURL=bold.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bold.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/bold.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"bold.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/bold.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AACF,QAAA,MAAM,QAAQ,EAAE,GAAG,CAAC,SAAS,CAM3B,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -2,15 +2,17 @@ import { htmlSafe } from '@ember/template';
|
|
|
2
2
|
import Component from '@glimmer/component';
|
|
3
3
|
import { Velcro } from 'ember-velcro';
|
|
4
4
|
import type SayController from '#root/core/say-controller.ts';
|
|
5
|
+
import type { ComponentLike } from '@glint/template';
|
|
5
6
|
type Args = {
|
|
6
7
|
controller: SayController;
|
|
7
8
|
defaultColor: string;
|
|
9
|
+
onActivate?: () => void;
|
|
8
10
|
};
|
|
9
11
|
export default class ColorMenu extends Component<Args> {
|
|
10
12
|
dropdownButton?: HTMLElement;
|
|
11
13
|
htmlSafe: typeof htmlSafe;
|
|
12
14
|
Velcro: typeof Velcro;
|
|
13
|
-
|
|
15
|
+
FontColorIcon: ComponentLike;
|
|
14
16
|
setupDropdownButton: import("ember-modifier").FunctionBasedModifier<{
|
|
15
17
|
Args: {
|
|
16
18
|
Positional: unknown[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/color.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/color.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS,CAAC,IAAI,CAAC;IACpD,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,kBAAY;IACpB,MAAM,gBAAU;IAChB,aAAa,EAAoB,aAAa,CAAC;IAE/C,mBAAmB;;;;;;OAEhB;IACM,YAAY,UAAS;IAE9B,IAAI,UAAU,kBAEb;IAGD,cAAc;IAId,IAAI,YAAY,kBAkBf;IAGK,aAAa;IAML,oBAAoB,CAAC,KAAK,EAAE,UAAU;IAU9C,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM;CA4D9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/highlight.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/highlight.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAK3C,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAGtC,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAE9D,KAAK,IAAI,GAAG;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,SAAS,CAAC,IAAI,CAAC;IACxD,cAAc,CAAC,EAAE,WAAW,CAAC;IAC7B,QAAQ,kBAAY;IACpB,MAAM,gBAAU;IAChB,UAAU,uIAAc;IACxB,eAAe,kJAAmB;IAElC,mBAAmB;;;;;;OAEhB;IACM,YAAY,UAAS;IAGrB,aAAa,SAA0B;IAEhD,IAAI,UAAU,kBAEb;IAGD,cAAc;IAKR,aAAa;IAML,oBAAoB,CAAC,KAAK,EAAE,UAAU;IAU9C,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM;CA6DlC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import type { TOC } from '@ember/component/template-only';
|
|
2
1
|
import type SayController from '#root/core/say-controller.ts';
|
|
2
|
+
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
type Signature = {
|
|
4
4
|
Args: {
|
|
5
|
-
controller
|
|
5
|
+
controller: SayController;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
9
|
+
declare const ItalicMark: TOC<Signature>;
|
|
10
|
+
export default ItalicMark;
|
|
10
11
|
//# sourceMappingURL=italic.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"italic.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/italic.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"italic.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/italic.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,UAAU,EAAE,GAAG,CAAC,SAAS,CAM7B,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -2,9 +2,10 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
type Signature = {
|
|
4
4
|
Args: {
|
|
5
|
-
controller
|
|
5
|
+
controller: SayController;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
9
|
+
declare const StrikethroughMark: TOC<Signature>;
|
|
10
|
+
export default StrikethroughMark;
|
|
10
11
|
//# sourceMappingURL=strikethrough.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"strikethrough.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/strikethrough.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"strikethrough.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/strikethrough.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,iBAAiB,EAAE,GAAG,CAAC,SAAS,CAMpC,CAAC;AAEH,eAAe,iBAAiB,CAAC"}
|
|
@@ -2,9 +2,10 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
type Signature = {
|
|
4
4
|
Args: {
|
|
5
|
-
controller
|
|
5
|
+
controller: SayController;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
9
|
+
declare const SubscriptMark: TOC<Signature>;
|
|
10
|
+
export default SubscriptMark;
|
|
10
11
|
//# sourceMappingURL=subscript.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscript.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/subscript.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"subscript.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/subscript.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,aAAa,EAAE,GAAG,CAAC,SAAS,CAMhC,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -2,9 +2,10 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
type Signature = {
|
|
4
4
|
Args: {
|
|
5
|
-
controller
|
|
5
|
+
controller: SayController;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
9
|
+
declare const SuperscriptMark: TOC<Signature>;
|
|
10
|
+
export default SuperscriptMark;
|
|
10
11
|
//# sourceMappingURL=superscript.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"superscript.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/superscript.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"superscript.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/superscript.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,GAAG,CAAC,SAAS,CAMlC,CAAC;AAEH,eAAe,eAAe,CAAC"}
|
|
@@ -2,9 +2,10 @@ import type SayController from '#root/core/say-controller.ts';
|
|
|
2
2
|
import type { TOC } from '@ember/component/template-only';
|
|
3
3
|
type Signature = {
|
|
4
4
|
Args: {
|
|
5
|
-
controller
|
|
5
|
+
controller: SayController;
|
|
6
|
+
onActivate?: () => void;
|
|
6
7
|
};
|
|
7
8
|
};
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
9
|
+
declare const SuperscriptMark: TOC<Signature>;
|
|
10
|
+
export default SuperscriptMark;
|
|
10
11
|
//# sourceMappingURL=underline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"underline.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/underline.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"underline.d.ts","sourceRoot":"","sources":["../../../../src/components/plugins/text-style/underline.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,8BAA8B,CAAC;AAC9D,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gCAAgC,CAAC;AAE1D,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,EAAE,aAAa,CAAC;QAC1B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,eAAe,EAAE,GAAG,CAAC,SAAS,CAMlC,CAAC;AAEH,eAAe,eAAe,CAAC"}
|
|
@@ -11,12 +11,17 @@ export type ToolbarDropdownSignature = {
|
|
|
11
11
|
disabled?: boolean;
|
|
12
12
|
hideLabel?: boolean;
|
|
13
13
|
label?: string;
|
|
14
|
+
direction?: 'vertical' | 'horizontal';
|
|
15
|
+
title?: string;
|
|
14
16
|
};
|
|
15
17
|
Element: HTMLDivElement;
|
|
16
18
|
Blocks: {
|
|
17
|
-
default: [
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
default: [
|
|
20
|
+
{
|
|
21
|
+
Item: WithBoundArgs<typeof DropdownItem, 'onActivate'>;
|
|
22
|
+
closeDropdown: () => void;
|
|
23
|
+
}
|
|
24
|
+
];
|
|
20
25
|
};
|
|
21
26
|
};
|
|
22
27
|
export default class ToolbarDropdown extends Component<ToolbarDropdownSignature> {
|
|
@@ -32,6 +37,7 @@ export default class ToolbarDropdown extends Component<ToolbarDropdownSignature>
|
|
|
32
37
|
openDropdown(): void;
|
|
33
38
|
closeDropdown(): Promise<void>;
|
|
34
39
|
toggleDropdown(): void;
|
|
40
|
+
get isHorizontal(): boolean;
|
|
35
41
|
clickOutsideDeactivates(event: InputEvent): Promise<boolean>;
|
|
36
42
|
}
|
|
37
43
|
//# sourceMappingURL=dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGpE,OAAO,YAAY,MAAM,qBAAqB,CAAC;AAK/C,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,IAAI,EAAE,aAAa,CAAC;YAClB,OAAO,EAAE,OAAO,CAAC;SAClB,CAAC,CAAC;QACH,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/dropdown.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAI3C,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAGzD,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGpE,OAAO,YAAY,MAAM,qBAAqB,CAAC;AAK/C,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,IAAI,EAAE,aAAa,CAAC;YAClB,OAAO,EAAE,OAAO,CAAC;SAClB,CAAC,CAAC;QACH,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;QACtC,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE;YACP;gBACE,IAAI,EAAE,aAAa,CAAC,OAAO,YAAY,EAAE,YAAY,CAAC,CAAC;gBACvD,aAAa,EAAE,MAAM,IAAI,CAAC;aAC3B;SACF,CAAC;KACH,CAAC;CACH,CAAC;AACF,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,SAAS,CAAC,wBAAwB,CAAC;IACrE,gBAAgB,CAAC,EAAE,OAAO,CAAa;IACvC,YAAY,UAAS;IAE9B,SAAS;;;;;;OAEN;IAGH,YAAY;IAKN,aAAa;IAOnB,cAAc;IAId,IAAI,YAAY,YAEf;IAGK,uBAAuB,CAAC,KAAK,EAAE,UAAU;CA2EhD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mark.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/mark.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAKzD,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,aAAa,CAAC;YAAE,OAAO,EAAE,OAAO,CAAA;SAAE,CAAC,CAAC;QAC1C,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"mark.d.ts","sourceRoot":"","sources":["../../../src/components/toolbar/mark.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAKzD,KAAK,SAAS,GAAG;IACf,IAAI,EAAE;QACJ,UAAU,CAAC,EAAE,aAAa,CAAC;QAC3B,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,aAAa,CAAC;YAAE,OAAO,EAAE,OAAO,CAAA;SAAE,CAAC,CAAC;QAC1C,KAAK,EAAE,MAAM,CAAC;QACd,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,SAAS,CAAC,SAAS,CAAC;IAC3D,IAAI,UAAU,8BAEb;IAED,IAAI,IAAI,IAAI,QAAQ,GAAG,SAAS,CAW/B;IAED,IAAI,QAAQ,wBAIX;IAED,IAAI,SAAS,wBAMZ;IAGD,MAAM;CAiBP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@lblod/ember-rdfa-editor/components/_private/relationship-editor/content-predicate-form";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@lblod/ember-rdfa-editor/components/icons/font-color";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@lblod/ember-rdfa-editor/components/icons/format-text";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from "@lblod/ember-rdfa-editor/components/icons/rdfa";
|