@icure/form 1.0.7 → 1.0.12
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/components/index.js +1 -0
- package/components/index.js.map +1 -0
- package/components/iqr-form/fields/datePicker.d.ts +5 -3
- package/components/iqr-form/fields/datePicker.js +27 -12
- package/components/iqr-form/fields/datePicker.js.map +1 -0
- package/components/iqr-form/fields/dateTimePicker.d.ts +5 -3
- package/components/iqr-form/fields/dateTimePicker.js +19 -12
- package/components/iqr-form/fields/dateTimePicker.js.map +1 -0
- package/components/iqr-form/fields/measureField.d.ts +3 -3
- package/components/iqr-form/fields/measureField.js +14 -12
- package/components/iqr-form/fields/measureField.js.map +1 -0
- package/components/iqr-form/fields/multipleChoice.d.ts +3 -3
- package/components/iqr-form/fields/multipleChoice.js +14 -12
- package/components/iqr-form/fields/multipleChoice.js.map +1 -0
- package/components/iqr-form/fields/numberField.d.ts +3 -3
- package/components/iqr-form/fields/numberField.js +14 -12
- package/components/iqr-form/fields/numberField.js.map +1 -0
- package/components/iqr-form/fields/textfield.js +80 -27
- package/components/iqr-form/fields/textfield.js.map +1 -0
- package/components/iqr-form/fields/timePicker.d.ts +5 -3
- package/components/iqr-form/fields/timePicker.js +19 -12
- package/components/iqr-form/fields/timePicker.js.map +1 -0
- package/components/iqr-form/index.js +28 -22
- package/components/iqr-form/index.js.map +1 -0
- package/components/iqr-form/legacy/Content.d.ts +28 -0
- package/components/iqr-form/legacy/Content.js +30 -0
- package/components/iqr-form/legacy/Content.js.map +1 -0
- package/components/iqr-form/legacy/Data.d.ts +14 -0
- package/components/iqr-form/legacy/Data.js +21 -0
- package/components/iqr-form/legacy/Data.js.map +1 -0
- package/components/iqr-form/legacy/Editor.d.ts +34 -0
- package/components/iqr-form/legacy/Editor.js +19 -0
- package/components/iqr-form/legacy/Editor.js.map +1 -0
- package/components/iqr-form/legacy/FormColumn.d.ts +18 -0
- package/components/iqr-form/legacy/FormColumn.js +10 -0
- package/components/iqr-form/legacy/FormColumn.js.map +1 -0
- package/components/iqr-form/legacy/FormDataOption.d.ts +16 -0
- package/components/iqr-form/legacy/FormDataOption.js +21 -0
- package/components/iqr-form/legacy/FormDataOption.js.map +1 -0
- package/components/iqr-form/legacy/FormLayout.d.ts +25 -0
- package/components/iqr-form/legacy/FormLayout.js +10 -0
- package/components/iqr-form/legacy/FormLayout.js.map +1 -0
- package/components/iqr-form/legacy/FormLayoutData.d.ts +42 -0
- package/components/iqr-form/legacy/FormLayoutData.js +10 -0
- package/components/iqr-form/legacy/FormLayoutData.js.map +1 -0
- package/components/iqr-form/legacy/FormPlanning.d.ts +22 -0
- package/components/iqr-form/legacy/FormPlanning.js +21 -0
- package/components/iqr-form/legacy/FormPlanning.js.map +1 -0
- package/components/iqr-form/legacy/FormSection.d.ts +19 -0
- package/components/iqr-form/legacy/FormSection.js +10 -0
- package/components/iqr-form/legacy/FormSection.js.map +1 -0
- package/components/iqr-form/legacy/Formula.d.ts +27 -0
- package/components/iqr-form/legacy/Formula.js +32 -0
- package/components/iqr-form/legacy/Formula.js.map +1 -0
- package/components/iqr-form/legacy/GuiCode.d.ts +16 -0
- package/components/iqr-form/legacy/GuiCode.js +21 -0
- package/components/iqr-form/legacy/GuiCode.js.map +1 -0
- package/components/iqr-form/legacy/GuiCodeType.d.ts +15 -0
- package/components/iqr-form/legacy/GuiCodeType.js +21 -0
- package/components/iqr-form/legacy/GuiCodeType.js.map +1 -0
- package/components/iqr-form/legacy/Suggest.d.ts +19 -0
- package/components/iqr-form/legacy/Suggest.js +21 -0
- package/components/iqr-form/legacy/Suggest.js.map +1 -0
- package/components/iqr-form/legacy/Tag.d.ts +16 -0
- package/components/iqr-form/legacy/Tag.js +21 -0
- package/components/iqr-form/legacy/Tag.js.map +1 -0
- package/components/iqr-form/model/index.d.ts +36 -18
- package/components/iqr-form/model/index.js +9 -3
- package/components/iqr-form/model/index.js.map +1 -0
- package/components/iqr-form/renderer/cards.d.ts +1 -1
- package/components/iqr-form/renderer/cards.js +40 -29
- package/components/iqr-form/renderer/cards.js.map +1 -0
- package/components/iqr-form/renderer/form.d.ts +1 -1
- package/components/iqr-form/renderer/form.js +80 -32
- package/components/iqr-form/renderer/form.js.map +1 -0
- package/components/iqr-form/renderer/index.d.ts +6 -3
- package/components/iqr-form/renderer/index.js +1 -0
- package/components/iqr-form/renderer/index.js.map +1 -0
- package/components/iqr-form/utils.d.ts +5 -0
- package/components/iqr-form/utils.js +91 -0
- package/components/iqr-form/utils.js.map +1 -0
- package/components/iqr-form-loader/fieldsValuesProviders.d.ts +13 -0
- package/components/iqr-form-loader/fieldsValuesProviders.js +47 -0
- package/components/iqr-form-loader/fieldsValuesProviders.js.map +1 -0
- package/components/iqr-form-loader/formValuesContainer.d.ts +33 -0
- package/components/iqr-form-loader/formValuesContainer.js +111 -0
- package/components/iqr-form-loader/formValuesContainer.js.map +1 -0
- package/components/iqr-form-loader/index.d.ts +3 -0
- package/components/iqr-form-loader/index.js +16 -0
- package/components/iqr-form-loader/index.js.map +1 -0
- package/components/iqr-form-loader/models.d.ts +14 -0
- package/components/iqr-form-loader/models.js +3 -0
- package/components/iqr-form-loader/models.js.map +1 -0
- package/components/iqr-text-field/index.d.ts +26 -2
- package/components/iqr-text-field/index.js +334 -174
- package/components/iqr-text-field/index.js.map +1 -0
- package/components/iqr-text-field/plugin/caret-fix-plugin.d.ts +1 -1
- package/components/iqr-text-field/plugin/caret-fix-plugin.js +11 -6
- package/components/iqr-text-field/plugin/caret-fix-plugin.js.map +1 -0
- package/components/iqr-text-field/plugin/has-content-class-plugin.d.ts +1 -1
- package/components/iqr-text-field/plugin/has-content-class-plugin.js +8 -5
- package/components/iqr-text-field/plugin/has-content-class-plugin.js.map +1 -0
- package/components/iqr-text-field/plugin/mask-plugin.d.ts +1 -1
- package/components/iqr-text-field/plugin/mask-plugin.js +20 -12
- package/components/iqr-text-field/plugin/mask-plugin.js.map +1 -0
- package/components/iqr-text-field/plugin/regexp-plugin.d.ts +1 -1
- package/components/iqr-text-field/plugin/regexp-plugin.js +8 -4
- package/components/iqr-text-field/plugin/regexp-plugin.js.map +1 -0
- package/components/iqr-text-field/prosemirror-commands.d.ts +5 -3
- package/components/iqr-text-field/prosemirror-commands.js +5 -3
- package/components/iqr-text-field/prosemirror-commands.js.map +1 -0
- package/components/iqr-text-field/prosemirror-utils.d.ts +1 -1
- package/components/iqr-text-field/prosemirror-utils.js +2 -1
- package/components/iqr-text-field/prosemirror-utils.js.map +1 -0
- package/components/iqr-text-field/schema/common-marks.d.ts +1 -1
- package/components/iqr-text-field/schema/common-marks.js +50 -46
- package/components/iqr-text-field/schema/common-marks.js.map +1 -0
- package/components/iqr-text-field/schema/date-time-schema.js +14 -13
- package/components/iqr-text-field/schema/date-time-schema.js.map +1 -0
- package/components/iqr-text-field/schema/decimal-schema.js +5 -4
- package/components/iqr-text-field/schema/decimal-schema.js.map +1 -0
- package/components/iqr-text-field/schema/index.d.ts +6 -6
- package/components/iqr-text-field/schema/index.js +14 -6
- package/components/iqr-text-field/schema/index.js.map +1 -0
- package/components/iqr-text-field/schema/markdown-schema.js +66 -32
- package/components/iqr-text-field/schema/markdown-schema.js.map +1 -0
- package/components/iqr-text-field/schema/measure-schema.js +6 -5
- package/components/iqr-text-field/schema/measure-schema.js.map +1 -0
- package/components/iqr-text-field/schema/token-schema.js +11 -7
- package/components/iqr-text-field/schema/token-schema.js.map +1 -0
- package/components/iqr-text-field/schema/utils.d.ts +1 -1
- package/components/iqr-text-field/schema/utils.js +3 -2
- package/components/iqr-text-field/schema/utils.js.map +1 -0
- package/components/iqr-text-field/selection-companion.d.ts +2 -2
- package/components/iqr-text-field/selection-companion.js +14 -12
- package/components/iqr-text-field/selection-companion.js.map +1 -0
- package/components/iqr-text-field/styles/paths.d.ts +5 -0
- package/components/iqr-text-field/styles/paths.js +37 -0
- package/components/iqr-text-field/styles/paths.js.map +1 -0
- package/components/iqr-text-field/suggestion-palette.d.ts +13 -15
- package/components/iqr-text-field/suggestion-palette.js +52 -22
- package/components/iqr-text-field/suggestion-palette.js.map +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -0
- package/package.json +4 -4
- package/utils/icure-utils.d.ts +19 -0
- package/utils/icure-utils.js +106 -0
- package/utils/icure-utils.js.map +1 -0
- package/utils/languages.d.ts +8 -0
- package/utils/languages.js +15 -0
- package/utils/languages.js.map +1 -0
- package/utils/no-lodash.d.ts +5 -0
- package/utils/no-lodash.js +25 -0
- package/utils/no-lodash.js.map +1 -0
|
@@ -10,7 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
// Import the LitElement base class and html helper function
|
|
13
|
-
const
|
|
13
|
+
const lit_1 = require("lit");
|
|
14
|
+
const decorators_1 = require("lit/decorators");
|
|
14
15
|
const model_1 = require("./model");
|
|
15
16
|
require("./fields/textfield");
|
|
16
17
|
require("./fields/measureField");
|
|
@@ -20,8 +21,8 @@ require("./fields/timePicker");
|
|
|
20
21
|
require("./fields/dateTimePicker");
|
|
21
22
|
require("./fields/multipleChoice");
|
|
22
23
|
// @ts-ignore
|
|
23
|
-
const
|
|
24
|
-
const baseCss =
|
|
24
|
+
const lit_2 = require("lit");
|
|
25
|
+
const baseCss = lit_2.css `.iqr-form {
|
|
25
26
|
display: flex;
|
|
26
27
|
flex-flow: row wrap;
|
|
27
28
|
align-items: center;
|
|
@@ -78,18 +79,18 @@ const baseCss = lit_element_2.css `.iqr-form {
|
|
|
78
79
|
margin: 0 24px 0 0;
|
|
79
80
|
}`;
|
|
80
81
|
// @ts-ignore
|
|
81
|
-
const kendoCss =
|
|
82
|
+
const kendoCss = lit_2.css ``;
|
|
82
83
|
const cards_1 = require("./renderer/cards");
|
|
83
84
|
const form_1 = require("./renderer/form");
|
|
84
85
|
// Extend the LitElement base class
|
|
85
|
-
class IqrForm extends
|
|
86
|
+
class IqrForm extends lit_1.LitElement {
|
|
86
87
|
constructor() {
|
|
87
88
|
super();
|
|
88
|
-
this.skin =
|
|
89
|
-
this.theme =
|
|
90
|
-
this.renderer =
|
|
89
|
+
this.skin = 'material';
|
|
90
|
+
this.theme = 'default';
|
|
91
|
+
this.renderer = 'form';
|
|
91
92
|
this.labelPosition = undefined;
|
|
92
|
-
this.
|
|
93
|
+
this.formValuesContainer = undefined;
|
|
93
94
|
}
|
|
94
95
|
connectedCallback() {
|
|
95
96
|
super.connectedCallback();
|
|
@@ -101,36 +102,41 @@ class IqrForm extends lit_element_1.LitElement {
|
|
|
101
102
|
return [baseCss, kendoCss];
|
|
102
103
|
}
|
|
103
104
|
render() {
|
|
104
|
-
const renderer = this.renderer === 'form' ? form_1.render :
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
const renderer = this.renderer === 'form' ? form_1.render : this.renderer === 'form' ? cards_1.render : undefined;
|
|
106
|
+
return renderer && this.form
|
|
107
|
+
? renderer(this.form, { labelPosition: this.labelPosition }, this.formValuesContainer)
|
|
108
|
+
: this.form
|
|
109
|
+
? lit_1.html `<p>unknown renderer</p>`
|
|
110
|
+
: lit_1.html `<p>missing form</p>`;
|
|
107
111
|
}
|
|
108
112
|
firstUpdated() {
|
|
113
|
+
//Do nothing
|
|
109
114
|
}
|
|
110
115
|
}
|
|
111
116
|
__decorate([
|
|
112
|
-
|
|
117
|
+
decorators_1.property(),
|
|
113
118
|
__metadata("design:type", model_1.Form)
|
|
114
119
|
], IqrForm.prototype, "form", void 0);
|
|
115
120
|
__decorate([
|
|
116
|
-
|
|
117
|
-
__metadata("design:type",
|
|
121
|
+
decorators_1.property(),
|
|
122
|
+
__metadata("design:type", Object)
|
|
118
123
|
], IqrForm.prototype, "skin", void 0);
|
|
119
124
|
__decorate([
|
|
120
|
-
|
|
121
|
-
__metadata("design:type",
|
|
125
|
+
decorators_1.property(),
|
|
126
|
+
__metadata("design:type", Object)
|
|
122
127
|
], IqrForm.prototype, "theme", void 0);
|
|
123
128
|
__decorate([
|
|
124
|
-
|
|
125
|
-
__metadata("design:type",
|
|
129
|
+
decorators_1.property(),
|
|
130
|
+
__metadata("design:type", Object)
|
|
126
131
|
], IqrForm.prototype, "renderer", void 0);
|
|
127
132
|
__decorate([
|
|
128
|
-
|
|
133
|
+
decorators_1.property(),
|
|
129
134
|
__metadata("design:type", String)
|
|
130
135
|
], IqrForm.prototype, "labelPosition", void 0);
|
|
131
136
|
__decorate([
|
|
132
|
-
|
|
137
|
+
decorators_1.property(),
|
|
133
138
|
__metadata("design:type", Object)
|
|
134
|
-
], IqrForm.prototype, "
|
|
139
|
+
], IqrForm.prototype, "formValuesContainer", void 0);
|
|
135
140
|
// Register the new element with the browser.
|
|
136
141
|
customElements.define('iqr-form', IqrForm);
|
|
142
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../tmp/components/iqr-form/index.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,4DAA4D;AAC5D,6BAAsC;AACtC,+CAAyC;AAEzC,mCAA8B;AAE9B,8BAA2B;AAC3B,iCAA8B;AAC9B,gCAA6B;AAC7B,+BAA4B;AAC5B,+BAA4B;AAC5B,mCAAgC;AAChC,mCAAgC;AAChC,aAAa;AACb,6BAA0B;AAC1B,MAAM,OAAO,GAAG,SAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuDjB,CAAA;AACF,aAAa;AACb,MAAM,QAAQ,GAAG,SAAG,CAAA,EAAE,CAAA;AAGtB,4CAAyD;AACzD,0CAAwD;AAGxD,mCAAmC;AACnC,MAAM,OAAQ,SAAQ,gBAAU;IAQ/B;QACC,KAAK,EAAE,CAAA;QAPI,SAAI,GAAG,UAAU,CAAA;QACjB,UAAK,GAAG,SAAS,CAAA;QACjB,aAAQ,GAAG,MAAM,CAAA;QACjB,kBAAa,GAAY,SAAS,CAAA;QAClC,wBAAmB,GAAyB,SAAS,CAAA;IAIjE,CAAC;IAED,iBAAiB;QAChB,KAAK,CAAC,iBAAiB,EAAE,CAAA;IAC1B,CAAC;IAED,oBAAoB;QACnB,KAAK,CAAC,oBAAoB,EAAE,CAAA;IAC7B,CAAC;IAED,MAAM,KAAK,MAAM;QAChB,OAAO,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;IAC3B,CAAC;IAED,MAAM;QACL,MAAM,QAAQ,GAAyB,IAAI,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,aAAY,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,KAAK,MAAM,CAAC,CAAC,CAAC,cAAY,CAAC,CAAC,CAAC,SAAS,CAAA;QAEpI,OAAO,QAAQ,IAAI,IAAI,CAAC,IAAI;YAC3B,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,aAAa,EAAE,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,CAAC,mBAAmB,CAAC;YACtF,CAAC,CAAC,IAAI,CAAC,IAAI;gBACX,CAAC,CAAC,UAAI,CAAA,yBAAyB;gBAC/B,CAAC,CAAC,UAAI,CAAA,qBAAqB,CAAA;IAC7B,CAAC;IAED,YAAY;QACX,YAAY;IACb,CAAC;CACD;AApCY;IAAX,qBAAQ,EAAE;8BAAQ,YAAI;qCAAA;AACX;IAAX,qBAAQ,EAAE;;qCAAkB;AACjB;IAAX,qBAAQ,EAAE;;sCAAkB;AACjB;IAAX,qBAAQ,EAAE;;yCAAkB;AACjB;IAAX,qBAAQ,EAAE;;8CAAmC;AAClC;IAAX,qBAAQ,EAAE;;oDAAsD;AAiClE,6CAA6C;AAC7C,cAAc,CAAC,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class Content {
|
|
2
|
+
stringValue?: string;
|
|
3
|
+
numberValue?: number;
|
|
4
|
+
booleanValue?: boolean;
|
|
5
|
+
instantValue?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Known values in a date. The format could have a all three (day, month and year) or values on any of these three, whatever is known.
|
|
8
|
+
*/
|
|
9
|
+
fuzzyDateValue?: number;
|
|
10
|
+
binaryValue?: ArrayBuffer;
|
|
11
|
+
/**
|
|
12
|
+
* Id of the document in which the content is being filled.
|
|
13
|
+
*/
|
|
14
|
+
documentId?: string;
|
|
15
|
+
measureValue?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
};
|
|
18
|
+
medicationValue?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* The service for which the content is being filled
|
|
23
|
+
*/
|
|
24
|
+
compoundValue?: Array<{
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
}>;
|
|
27
|
+
constructor(json: JSON | any);
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Content = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* The type of the content recorded in the documents for the service
|
|
6
|
+
*/
|
|
7
|
+
function b64_2ab(v) {
|
|
8
|
+
if (v instanceof ArrayBuffer) {
|
|
9
|
+
return v;
|
|
10
|
+
}
|
|
11
|
+
if (v instanceof Uint8Array) {
|
|
12
|
+
return v.buffer;
|
|
13
|
+
}
|
|
14
|
+
if (typeof v === 'string') {
|
|
15
|
+
const bs = atob(v);
|
|
16
|
+
const data = new Uint8Array(bs.length);
|
|
17
|
+
for (let i = 0; i < bs.length; i++) {
|
|
18
|
+
data[i] = bs.charCodeAt(i);
|
|
19
|
+
}
|
|
20
|
+
return data.buffer;
|
|
21
|
+
}
|
|
22
|
+
return v;
|
|
23
|
+
}
|
|
24
|
+
class Content {
|
|
25
|
+
constructor(json) {
|
|
26
|
+
Object.assign(this, json, json.binaryValue ? { binaryValue: b64_2ab(json.binaryValue) } : {});
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
exports.Content = Content;
|
|
30
|
+
//# sourceMappingURL=Content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/Content.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,SAAS,OAAO,CAAC,CAAM;IACtB,IAAI,CAAC,YAAY,WAAW,EAAE;QAC7B,OAAO,CAAC,CAAA;KACR;IACD,IAAI,CAAC,YAAY,UAAU,EAAE;QAC5B,OAAO,CAAC,CAAC,MAAM,CAAA;KACf;IACD,IAAI,OAAO,CAAC,KAAK,QAAQ,EAAE;QAC1B,MAAM,EAAE,GAAG,IAAI,CAAC,CAAW,CAAC,CAAA;QAC5B,MAAM,IAAI,GAAG,IAAI,UAAU,CAAC,EAAE,CAAC,MAAM,CAAC,CAAA;QACtC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;YACnC,IAAI,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;SAC1B;QACD,OAAO,IAAI,CAAC,MAAM,CAAA;KAClB;IACD,OAAO,CAAC,CAAA;AACT,CAAC;AAED,MAAa,OAAO;IAqBnB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IACzG,CAAC;CACD;AAxBD,0BAwBC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Data {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Data = void 0;
|
|
15
|
+
class Data {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Data = Data;
|
|
21
|
+
//# sourceMappingURL=Data.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Data.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/Data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,IAAI;IAChB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAY,EAAE,IAAI,CAAC,CAAA;IAClC,CAAC;CACD;AAJD,oBAIC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Data } from './Data';
|
|
13
|
+
export declare class Editor {
|
|
14
|
+
left?: number;
|
|
15
|
+
right?: number;
|
|
16
|
+
top?: number;
|
|
17
|
+
width?: number;
|
|
18
|
+
height?: number;
|
|
19
|
+
multiline?: boolean;
|
|
20
|
+
labelPosition?: Editor.LabelPositionEnum;
|
|
21
|
+
readOnly?: boolean;
|
|
22
|
+
defaultValue?: Data;
|
|
23
|
+
key?: string;
|
|
24
|
+
constructor(json: JSON | any);
|
|
25
|
+
}
|
|
26
|
+
export declare namespace Editor {
|
|
27
|
+
type LabelPositionEnum = 'Up' | 'Down' | 'Left' | 'Right';
|
|
28
|
+
const LabelPositionEnum: {
|
|
29
|
+
Up: LabelPositionEnum;
|
|
30
|
+
Down: LabelPositionEnum;
|
|
31
|
+
Left: LabelPositionEnum;
|
|
32
|
+
Right: LabelPositionEnum;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Editor = void 0;
|
|
4
|
+
class Editor {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.Editor = Editor;
|
|
10
|
+
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
11
|
+
(function (Editor) {
|
|
12
|
+
Editor.LabelPositionEnum = {
|
|
13
|
+
Up: 'Up',
|
|
14
|
+
Down: 'Down',
|
|
15
|
+
Left: 'Left',
|
|
16
|
+
Right: 'Right',
|
|
17
|
+
};
|
|
18
|
+
})(Editor = exports.Editor || (exports.Editor = {}));
|
|
19
|
+
//# sourceMappingURL=Editor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Editor.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/Editor.ts"],"names":[],"mappings":";;;AAaA,MAAa,MAAM;IAYlB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAc,EAAE,IAAI,CAAC,CAAA;IACpC,CAAC;CACD;AAfD,wBAeC;AAED,2DAA2D;AAC3D,WAAiB,MAAM;IAET,wBAAiB,GAAG;QAChC,EAAE,EAAE,IAAyB;QAC7B,IAAI,EAAE,MAA2B;QACjC,IAAI,EAAE,MAA2B;QACjC,KAAK,EAAE,OAA4B;KACnC,CAAA;AACF,CAAC,EARgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAQtB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FormLayoutData } from './FormLayoutData';
|
|
13
|
+
export declare class FormColumn {
|
|
14
|
+
formDataList?: Array<FormLayoutData>;
|
|
15
|
+
columns?: string;
|
|
16
|
+
shouldDisplay?: boolean;
|
|
17
|
+
constructor(json: JSON | any);
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormColumn = void 0;
|
|
4
|
+
class FormColumn {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormColumn = FormColumn;
|
|
10
|
+
//# sourceMappingURL=FormColumn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormColumn.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/FormColumn.ts"],"names":[],"mappings":";;;AAaA,MAAa,UAAU;IAKtB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CACD;AARD,gCAQC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class FormDataOption {
|
|
13
|
+
key?: string;
|
|
14
|
+
value?: string;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.FormDataOption = void 0;
|
|
15
|
+
class FormDataOption {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.FormDataOption = FormDataOption;
|
|
21
|
+
//# sourceMappingURL=FormDataOption.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormDataOption.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/FormDataOption.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,cAAc;IAI1B,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAsB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CACD;AAPD,wCAOC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FormSection } from './FormSection';
|
|
13
|
+
import { Tag } from './Tag';
|
|
14
|
+
export declare class FormLayout {
|
|
15
|
+
name?: string;
|
|
16
|
+
width?: number;
|
|
17
|
+
height?: number;
|
|
18
|
+
descr?: string;
|
|
19
|
+
tag?: Tag;
|
|
20
|
+
guid?: string;
|
|
21
|
+
group?: string;
|
|
22
|
+
sections?: Array<FormSection>;
|
|
23
|
+
importedServiceXPaths?: Array<string>;
|
|
24
|
+
constructor(json: JSON | any);
|
|
25
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormLayout = void 0;
|
|
4
|
+
class FormLayout {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormLayout = FormLayout;
|
|
10
|
+
//# sourceMappingURL=FormLayout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormLayout.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/FormLayout.ts"],"names":[],"mappings":";;;AAcA,MAAa,UAAU;IAWtB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACxC,CAAC;CACD;AAdD,gCAcC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Content } from './Content';
|
|
13
|
+
import { Editor } from './Editor';
|
|
14
|
+
import { FormDataOption } from './FormDataOption';
|
|
15
|
+
import { FormPlanning } from './FormPlanning';
|
|
16
|
+
import { Formula } from './Formula';
|
|
17
|
+
import { GuiCode } from './GuiCode';
|
|
18
|
+
import { GuiCodeType } from './GuiCodeType';
|
|
19
|
+
import { Suggest } from './Suggest';
|
|
20
|
+
export declare class FormLayoutData {
|
|
21
|
+
subForm?: boolean;
|
|
22
|
+
irrelevant?: boolean;
|
|
23
|
+
determinesSscontactName?: boolean;
|
|
24
|
+
type?: string;
|
|
25
|
+
name?: string;
|
|
26
|
+
sortOrder?: number;
|
|
27
|
+
options?: {
|
|
28
|
+
[key: string]: FormDataOption;
|
|
29
|
+
};
|
|
30
|
+
descr?: string;
|
|
31
|
+
label?: string;
|
|
32
|
+
editor?: Editor;
|
|
33
|
+
defaultValue?: Array<Content>;
|
|
34
|
+
defaultStatus?: number;
|
|
35
|
+
suggest?: Array<Suggest>;
|
|
36
|
+
plannings?: Array<FormPlanning>;
|
|
37
|
+
tags?: Array<GuiCode>;
|
|
38
|
+
codes?: Array<GuiCode>;
|
|
39
|
+
codeTypes?: Array<GuiCodeType>;
|
|
40
|
+
formulas?: Array<Formula>;
|
|
41
|
+
constructor(json: JSON | any);
|
|
42
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormLayoutData = void 0;
|
|
4
|
+
class FormLayoutData {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormLayoutData = FormLayoutData;
|
|
10
|
+
//# sourceMappingURL=FormLayoutData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormLayoutData.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/FormLayoutData.ts"],"names":[],"mappings":";;;AAoBA,MAAa,cAAc;IAoB1B,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAsB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CACD;AAvBD,wCAuBC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class FormPlanning {
|
|
13
|
+
planninfForAnyDoctor?: boolean;
|
|
14
|
+
planningForDelegate?: boolean;
|
|
15
|
+
planningForPatientDoctor?: boolean;
|
|
16
|
+
planningForMe?: boolean;
|
|
17
|
+
codedDelayInDays?: number;
|
|
18
|
+
repetitions?: number;
|
|
19
|
+
repetitionsUnit?: number;
|
|
20
|
+
descr?: string;
|
|
21
|
+
constructor(json: JSON | any);
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.FormPlanning = void 0;
|
|
15
|
+
class FormPlanning {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.FormPlanning = FormPlanning;
|
|
21
|
+
//# sourceMappingURL=FormPlanning.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormPlanning.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/FormPlanning.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,YAAY;IAUxB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAoB,EAAE,IAAI,CAAC,CAAA;IAC1C,CAAC;CACD;AAbD,oCAaC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { FormColumn } from './FormColumn';
|
|
13
|
+
export declare class FormSection {
|
|
14
|
+
icon?: string;
|
|
15
|
+
title?: string;
|
|
16
|
+
columns?: number;
|
|
17
|
+
formColumns?: Array<FormColumn>;
|
|
18
|
+
constructor(json: JSON | any);
|
|
19
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FormSection = void 0;
|
|
4
|
+
class FormSection {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FormSection = FormSection;
|
|
10
|
+
//# sourceMappingURL=FormSection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormSection.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/FormSection.ts"],"names":[],"mappings":";;;AAaA,MAAa,WAAW;IAMvB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CACD;AATD,kCASC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Formula {
|
|
13
|
+
value?: string;
|
|
14
|
+
lifecycle?: Formula.LifecycleEnum;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
}
|
|
17
|
+
export declare namespace Formula {
|
|
18
|
+
type LifecycleEnum = 'OnCreate' | 'OnLoad' | 'OnChange' | 'OnSave' | 'OnDestroy' | 'OnLoadPropertiesEditor';
|
|
19
|
+
const LifecycleEnum: {
|
|
20
|
+
OnCreate: LifecycleEnum;
|
|
21
|
+
OnLoad: LifecycleEnum;
|
|
22
|
+
OnChange: LifecycleEnum;
|
|
23
|
+
OnSave: LifecycleEnum;
|
|
24
|
+
OnDestroy: LifecycleEnum;
|
|
25
|
+
OnLoadPropertiesEditor: LifecycleEnum;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Formula = void 0;
|
|
15
|
+
class Formula {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Formula = Formula;
|
|
21
|
+
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
22
|
+
(function (Formula) {
|
|
23
|
+
Formula.LifecycleEnum = {
|
|
24
|
+
OnCreate: 'OnCreate',
|
|
25
|
+
OnLoad: 'OnLoad',
|
|
26
|
+
OnChange: 'OnChange',
|
|
27
|
+
OnSave: 'OnSave',
|
|
28
|
+
OnDestroy: 'OnDestroy',
|
|
29
|
+
OnLoadPropertiesEditor: 'OnLoadPropertiesEditor',
|
|
30
|
+
};
|
|
31
|
+
})(Formula = exports.Formula || (exports.Formula = {}));
|
|
32
|
+
//# sourceMappingURL=Formula.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/Formula.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,OAAO;IAInB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CACD;AAPD,0BAOC;AAED,2DAA2D;AAC3D,WAAiB,OAAO;IAEV,qBAAa,GAAG;QAC5B,QAAQ,EAAE,UAA2B;QACrC,MAAM,EAAE,QAAyB;QACjC,QAAQ,EAAE,UAA2B;QACrC,MAAM,EAAE,QAAyB;QACjC,SAAS,EAAE,WAA4B;QACvC,sBAAsB,EAAE,wBAAyC;KACjE,CAAA;AACF,CAAC,EAVgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAUvB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Cloud API Documentation
|
|
3
|
+
* Spring shop sample application
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v0.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class GuiCode {
|
|
13
|
+
type?: string;
|
|
14
|
+
code?: string;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Cloud API Documentation
|
|
4
|
+
* Spring shop sample application
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v0.0.1
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GuiCode = void 0;
|
|
15
|
+
class GuiCode {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.GuiCode = GuiCode;
|
|
21
|
+
//# sourceMappingURL=GuiCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuiCode.js","sourceRoot":"","sources":["../../../../tmp/components/iqr-form/legacy/GuiCode.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,OAAO;IAInB,YAAY,IAAgB;QAC3B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CACD;AAPD,0BAOC"}
|