@milaboratories/milaboratories.monetization-test.model 1.0.5 → 1.0.6

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/dist/index.cjs CHANGED
@@ -2,27 +2,32 @@
2
2
 
3
3
  var model$1 = require('@platforma-sdk/model');
4
4
 
5
- // src/index.ts
6
- var model = model$1.BlockModel.create().withArgs({
7
- // a fake product key so our mnz client response with a fake response without changing prod db.
8
- productKey: "MIFAKEMIFAKEMIFAKE",
9
- inputHandles: [],
10
- shouldAddRunPerFile: false,
11
- __mnzDate: (/* @__PURE__ */ new Date()).toISOString(),
12
- // It's OK
13
- __mnzCanRun: false
14
- }).argsValid((ctx) => {
15
- return ctx.args.__mnzCanRun;
16
- }).output("__mnzInfo", (ctx) => ctx.prerun?.resolve("info")?.getDataAsJson()).output("token", (ctx) => ctx.outputs?.resolve("token")?.getDataAsString()).output("progresses", (ctx) => {
17
- const m = ctx.prerun?.resolve("progresses");
18
- const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
19
- return Object.fromEntries(progresses ?? []);
20
- }).output("mainProgresses", (ctx) => {
21
- const m = ctx.outputs?.resolve("progresses");
22
- const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
23
- return Object.fromEntries(progresses ?? []);
24
- }).sections((_) => [{ type: "link", href: "/", label: "Main" }]).done();
5
+ const model = model$1.BlockModel.create()
6
+ .withArgs({
7
+ // a fake product key so our mnz client response with a fake response without changing prod db.
8
+ productKey: "MIFAKEMIFAKEMIFAKE",
9
+ inputHandles: [],
10
+ shouldAddRunPerFile: false,
11
+ __mnzDate: new Date().toISOString(), // It's OK
12
+ __mnzCanRun: false,
13
+ })
14
+ .argsValid((ctx) => {
15
+ return ctx.args.__mnzCanRun;
16
+ })
17
+ .output('__mnzInfo', (ctx) => ctx.prerun?.resolve('info')?.getDataAsJson())
18
+ .output('token', (ctx) => ctx.outputs?.resolve('token')?.getDataAsString())
19
+ .output('progresses', (ctx) => {
20
+ const m = ctx.prerun?.resolve('progresses');
21
+ const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
22
+ return Object.fromEntries(progresses ?? []);
23
+ })
24
+ .output('mainProgresses', (ctx) => {
25
+ const m = ctx.outputs?.resolve('progresses');
26
+ const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
27
+ return Object.fromEntries(progresses ?? []);
28
+ })
29
+ .sections((_) => [{ type: 'link', href: '/', label: 'Main' }])
30
+ .done();
25
31
 
26
32
  exports.model = model;
27
33
  //# sourceMappingURL=index.cjs.map
28
- //# sourceMappingURL=index.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":["BlockModel"],"mappings":";;;;;AAiBO,IAAM,KAAQ,GAAAA,kBAAA,CAAW,MAAO,EAAA,CACpC,QAAoB,CAAA;AAAA;AAAA,EAEnB,UAAY,EAAA,oBAAA;AAAA,EACZ,cAAc,EAAC;AAAA,EACf,mBAAqB,EAAA,KAAA;AAAA,EACrB,SAAW,EAAA,iBAAA,IAAI,IAAK,EAAA,EAAE,WAAY,EAAA;AAAA;AAAA,EAClC,WAAa,EAAA;AACf,CAAC,CAAA,CAEA,SAAU,CAAA,CAAC,GAAQ,KAAA;AAClB,EAAA,OAAO,IAAI,IAAK,CAAA,WAAA;AAClB,CAAC,CAEA,CAAA,MAAA,CAAO,WAAa,EAAA,CAAC,GAAQ,KAAA,GAAA,CAAI,MAAQ,EAAA,OAAA,CAAQ,MAAM,CAAA,EAAG,aAAuB,EAAC,CAElF,CAAA,MAAA,CAAO,OAAS,EAAA,CAAC,GAAQ,KAAA,GAAA,CAAI,OAAS,EAAA,OAAA,CAAQ,OAAO,CAAA,EAAG,eAAgB,EAAC,CAEzE,CAAA,MAAA,CAAO,YAAc,EAAA,CAAC,GAAQ,KAAA;AAC7B,EAAA,MAAM,CAAI,GAAA,GAAA,CAAI,MAAQ,EAAA,OAAA,CAAQ,YAAY,CAAA;AAC1C,EAAM,MAAA,UAAA,GAAa,CAAG,EAAA,SAAA,CAAU,CAAC,IAAA,EAAM,GAAQ,KAAA,CAAC,IAAM,EAAA,GAAA,EAAK,iBAAkB,EAAC,CAAC,CAAA;AAC/E,EAAA,OAAO,MAAO,CAAA,WAAA,CAAY,UAAc,IAAA,EAAE,CAAA;AAC5C,CAAC,CAEA,CAAA,MAAA,CAAO,gBAAkB,EAAA,CAAC,GAAQ,KAAA;AACjC,EAAA,MAAM,CAAI,GAAA,GAAA,CAAI,OAAS,EAAA,OAAA,CAAQ,YAAY,CAAA;AAC3C,EAAM,MAAA,UAAA,GAAa,CAAG,EAAA,SAAA,CAAU,CAAC,IAAA,EAAM,GAAQ,KAAA,CAAC,IAAM,EAAA,GAAA,EAAK,iBAAkB,EAAC,CAAC,CAAA;AAC/E,EAAA,OAAO,MAAO,CAAA,WAAA,CAAY,UAAc,IAAA,EAAE,CAAA;AAC5C,CAAC,CAEA,CAAA,QAAA,CAAS,CAAC,CAAA,KAAM,CAAC,EAAE,IAAA,EAAM,MAAQ,EAAA,IAAA,EAAM,KAAK,KAAO,EAAA,MAAA,EAAQ,CAAC,EAE5D,IAAK","file":"index.cjs","sourcesContent":["import { BlockModel, ImportFileHandle, ImportProgress, InferOutputsType } from '@platforma-sdk/model';\n\nexport type Handle = {\n handle: ImportFileHandle | undefined;\n fileName: string;\n argName: string;\n options: string[];\n}\n\nexport type BlockArgs = {\n productKey: string;\n inputHandles: Handle[];\n shouldAddRunPerFile: boolean;\n __mnzDate: string;\n __mnzCanRun: boolean;\n};\n\nexport const model = BlockModel.create()\n .withArgs<BlockArgs>({\n // a fake product key so our mnz client response with a fake response without changing prod db.\n productKey: \"MIFAKEMIFAKEMIFAKE\",\n inputHandles: [],\n shouldAddRunPerFile: false,\n __mnzDate: new Date().toISOString(), // It's OK\n __mnzCanRun: false,\n })\n\n .argsValid((ctx) => {\n return ctx.args.__mnzCanRun;\n })\n\n .output('__mnzInfo', (ctx) => ctx.prerun?.resolve('info')?.getDataAsJson<unknown>())\n\n .output('token', (ctx) => ctx.outputs?.resolve('token')?.getDataAsString())\n\n .output('progresses', (ctx) => {\n const m = ctx.prerun?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .output('mainProgresses', (ctx) => {\n const m = ctx.outputs?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .sections((_) => [{ type: 'link', href: '/', label: 'Main' }])\n\n .done();\n\nexport type BlockOutputs = InferOutputsType<typeof model>;\n"]}
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import { BlockModel, ImportFileHandle, ImportProgress, InferOutputsType } from '@platforma-sdk/model';\n\nexport type Handle = {\n handle: ImportFileHandle | undefined;\n fileName: string;\n argName: string;\n options: string[];\n}\n\nexport type BlockArgs = {\n productKey: string;\n inputHandles: Handle[];\n shouldAddRunPerFile: boolean;\n __mnzDate: string;\n __mnzCanRun: boolean;\n};\n\nexport const model = BlockModel.create()\n .withArgs<BlockArgs>({\n // a fake product key so our mnz client response with a fake response without changing prod db.\n productKey: \"MIFAKEMIFAKEMIFAKE\",\n inputHandles: [],\n shouldAddRunPerFile: false,\n __mnzDate: new Date().toISOString(), // It's OK\n __mnzCanRun: false,\n })\n\n .argsValid((ctx) => {\n return ctx.args.__mnzCanRun;\n })\n\n .output('__mnzInfo', (ctx) => ctx.prerun?.resolve('info')?.getDataAsJson<unknown>())\n\n .output('token', (ctx) => ctx.outputs?.resolve('token')?.getDataAsString())\n\n .output('progresses', (ctx) => {\n const m = ctx.prerun?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .output('mainProgresses', (ctx) => {\n const m = ctx.outputs?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .sections((_) => [{ type: 'link', href: '/', label: 'Main' }])\n\n .done();\n\nexport type BlockOutputs = InferOutputsType<typeof model>;\n"],"names":["BlockModel"],"mappings":";;;;AAiBO,MAAM,KAAK,GAAGA,kBAAU,CAAC,MAAM;AACnC,KAAA,QAAQ,CAAY;;AAEnB,IAAA,UAAU,EAAE,oBAAoB;AAChC,IAAA,YAAY,EAAE,EAAE;AAChB,IAAA,mBAAmB,EAAE,KAAK;IAC1B,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;AACnC,IAAA,WAAW,EAAE,KAAK;CACnB;AAEA,KAAA,SAAS,CAAC,CAAC,GAAG,KAAI;AACjB,IAAA,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW;AAC7B,CAAC;AAEA,KAAA,MAAM,CAAC,WAAW,EAAE,CAAC,GAAG,KAAK,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,aAAa,EAAW;AAElF,KAAA,MAAM,CAAC,OAAO,EAAE,CAAC,GAAG,KAAK,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,eAAe,EAAE;AAEzE,KAAA,MAAM,CAAC,YAAY,EAAE,CAAC,GAAG,KAAI;IAC5B,MAAM,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3C,MAAM,UAAU,GAAG,CAAC,EAAE,SAAS,CAAC,CAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,EAAE,GAAG,EAAE,iBAAiB,EAAE,CAAC,CAAC;IAChF,OAAO,MAAM,CAAC,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC;AAC7C,CAAC;AAEA,KAAA,MAAM,CAAC,gBAAgB,EAAE,CAAC,GAAG,KAAI;IAChC,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC;IAC5C,MAAM,UAAU,GAAG,CAAC,EAAE,SAAS,CAAC,CAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,EAAE,GAAG,EAAE,iBAAiB,EAAE,CAAC,CAAC;IAChF,OAAO,MAAM,CAAC,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC;AAC7C,CAAC;KAEA,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;AAE5D,KAAA,IAAI;;;;"}
package/dist/index.d.ts CHANGED
@@ -1,27 +1,23 @@
1
- import * as _platforma_sdk_model from '@platforma-sdk/model';
2
1
  import { ImportFileHandle, InferOutputsType } from '@platforma-sdk/model';
3
-
4
- type Handle = {
2
+ export type Handle = {
5
3
  handle: ImportFileHandle | undefined;
6
4
  fileName: string;
7
5
  argName: string;
8
6
  options: string[];
9
7
  };
10
- type BlockArgs = {
8
+ export type BlockArgs = {
11
9
  productKey: string;
12
10
  inputHandles: Handle[];
13
11
  shouldAddRunPerFile: boolean;
14
12
  __mnzDate: string;
15
13
  __mnzCanRun: boolean;
16
14
  };
17
- declare const model: _platforma_sdk_model.Platforma<BlockArgs, {
18
- __mnzInfo: _platforma_sdk_model.ValueOrErrors<{}>;
19
- token: _platforma_sdk_model.ValueOrErrors<string | undefined>;
20
- progresses: _platforma_sdk_model.ValueOrErrors<any>;
21
- mainProgresses: _platforma_sdk_model.ValueOrErrors<any>;
15
+ export declare const model: import('@platforma-sdk/model').PlatformaV1<BlockArgs, {
16
+ __mnzInfo: import('@milaboratories/pl-model-common').ValueOrErrors<{}>;
17
+ token: import('@milaboratories/pl-model-common').ValueOrErrors<string | undefined>;
18
+ progresses: import('@milaboratories/pl-model-common').ValueOrErrors<any>;
19
+ mainProgresses: import('@milaboratories/pl-model-common').ValueOrErrors<any>;
22
20
  }, {
23
21
  [x: string]: never;
24
22
  }, "/">;
25
- type BlockOutputs = InferOutputsType<typeof model>;
26
-
27
- export { type BlockArgs, type BlockOutputs, type Handle, model };
23
+ export type BlockOutputs = InferOutputsType<typeof model>;
package/dist/index.js CHANGED
@@ -1,26 +1,31 @@
1
1
  import { BlockModel } from '@platforma-sdk/model';
2
2
 
3
- // src/index.ts
4
- var model = BlockModel.create().withArgs({
5
- // a fake product key so our mnz client response with a fake response without changing prod db.
6
- productKey: "MIFAKEMIFAKEMIFAKE",
7
- inputHandles: [],
8
- shouldAddRunPerFile: false,
9
- __mnzDate: (/* @__PURE__ */ new Date()).toISOString(),
10
- // It's OK
11
- __mnzCanRun: false
12
- }).argsValid((ctx) => {
13
- return ctx.args.__mnzCanRun;
14
- }).output("__mnzInfo", (ctx) => ctx.prerun?.resolve("info")?.getDataAsJson()).output("token", (ctx) => ctx.outputs?.resolve("token")?.getDataAsString()).output("progresses", (ctx) => {
15
- const m = ctx.prerun?.resolve("progresses");
16
- const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
17
- return Object.fromEntries(progresses ?? []);
18
- }).output("mainProgresses", (ctx) => {
19
- const m = ctx.outputs?.resolve("progresses");
20
- const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
21
- return Object.fromEntries(progresses ?? []);
22
- }).sections((_) => [{ type: "link", href: "/", label: "Main" }]).done();
3
+ const model = BlockModel.create()
4
+ .withArgs({
5
+ // a fake product key so our mnz client response with a fake response without changing prod db.
6
+ productKey: "MIFAKEMIFAKEMIFAKE",
7
+ inputHandles: [],
8
+ shouldAddRunPerFile: false,
9
+ __mnzDate: new Date().toISOString(), // It's OK
10
+ __mnzCanRun: false,
11
+ })
12
+ .argsValid((ctx) => {
13
+ return ctx.args.__mnzCanRun;
14
+ })
15
+ .output('__mnzInfo', (ctx) => ctx.prerun?.resolve('info')?.getDataAsJson())
16
+ .output('token', (ctx) => ctx.outputs?.resolve('token')?.getDataAsString())
17
+ .output('progresses', (ctx) => {
18
+ const m = ctx.prerun?.resolve('progresses');
19
+ const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
20
+ return Object.fromEntries(progresses ?? []);
21
+ })
22
+ .output('mainProgresses', (ctx) => {
23
+ const m = ctx.outputs?.resolve('progresses');
24
+ const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()]);
25
+ return Object.fromEntries(progresses ?? []);
26
+ })
27
+ .sections((_) => [{ type: 'link', href: '/', label: 'Main' }])
28
+ .done();
23
29
 
24
30
  export { model };
25
31
  //# sourceMappingURL=index.js.map
26
- //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;AAiBO,IAAM,KAAQ,GAAA,UAAA,CAAW,MAAO,EAAA,CACpC,QAAoB,CAAA;AAAA;AAAA,EAEnB,UAAY,EAAA,oBAAA;AAAA,EACZ,cAAc,EAAC;AAAA,EACf,mBAAqB,EAAA,KAAA;AAAA,EACrB,SAAW,EAAA,iBAAA,IAAI,IAAK,EAAA,EAAE,WAAY,EAAA;AAAA;AAAA,EAClC,WAAa,EAAA;AACf,CAAC,CAAA,CAEA,SAAU,CAAA,CAAC,GAAQ,KAAA;AAClB,EAAA,OAAO,IAAI,IAAK,CAAA,WAAA;AAClB,CAAC,CAEA,CAAA,MAAA,CAAO,WAAa,EAAA,CAAC,GAAQ,KAAA,GAAA,CAAI,MAAQ,EAAA,OAAA,CAAQ,MAAM,CAAA,EAAG,aAAuB,EAAC,CAElF,CAAA,MAAA,CAAO,OAAS,EAAA,CAAC,GAAQ,KAAA,GAAA,CAAI,OAAS,EAAA,OAAA,CAAQ,OAAO,CAAA,EAAG,eAAgB,EAAC,CAEzE,CAAA,MAAA,CAAO,YAAc,EAAA,CAAC,GAAQ,KAAA;AAC7B,EAAA,MAAM,CAAI,GAAA,GAAA,CAAI,MAAQ,EAAA,OAAA,CAAQ,YAAY,CAAA;AAC1C,EAAM,MAAA,UAAA,GAAa,CAAG,EAAA,SAAA,CAAU,CAAC,IAAA,EAAM,GAAQ,KAAA,CAAC,IAAM,EAAA,GAAA,EAAK,iBAAkB,EAAC,CAAC,CAAA;AAC/E,EAAA,OAAO,MAAO,CAAA,WAAA,CAAY,UAAc,IAAA,EAAE,CAAA;AAC5C,CAAC,CAEA,CAAA,MAAA,CAAO,gBAAkB,EAAA,CAAC,GAAQ,KAAA;AACjC,EAAA,MAAM,CAAI,GAAA,GAAA,CAAI,OAAS,EAAA,OAAA,CAAQ,YAAY,CAAA;AAC3C,EAAM,MAAA,UAAA,GAAa,CAAG,EAAA,SAAA,CAAU,CAAC,IAAA,EAAM,GAAQ,KAAA,CAAC,IAAM,EAAA,GAAA,EAAK,iBAAkB,EAAC,CAAC,CAAA;AAC/E,EAAA,OAAO,MAAO,CAAA,WAAA,CAAY,UAAc,IAAA,EAAE,CAAA;AAC5C,CAAC,CAEA,CAAA,QAAA,CAAS,CAAC,CAAA,KAAM,CAAC,EAAE,IAAA,EAAM,MAAQ,EAAA,IAAA,EAAM,KAAK,KAAO,EAAA,MAAA,EAAQ,CAAC,EAE5D,IAAK","file":"index.js","sourcesContent":["import { BlockModel, ImportFileHandle, ImportProgress, InferOutputsType } from '@platforma-sdk/model';\n\nexport type Handle = {\n handle: ImportFileHandle | undefined;\n fileName: string;\n argName: string;\n options: string[];\n}\n\nexport type BlockArgs = {\n productKey: string;\n inputHandles: Handle[];\n shouldAddRunPerFile: boolean;\n __mnzDate: string;\n __mnzCanRun: boolean;\n};\n\nexport const model = BlockModel.create()\n .withArgs<BlockArgs>({\n // a fake product key so our mnz client response with a fake response without changing prod db.\n productKey: \"MIFAKEMIFAKEMIFAKE\",\n inputHandles: [],\n shouldAddRunPerFile: false,\n __mnzDate: new Date().toISOString(), // It's OK\n __mnzCanRun: false,\n })\n\n .argsValid((ctx) => {\n return ctx.args.__mnzCanRun;\n })\n\n .output('__mnzInfo', (ctx) => ctx.prerun?.resolve('info')?.getDataAsJson<unknown>())\n\n .output('token', (ctx) => ctx.outputs?.resolve('token')?.getDataAsString())\n\n .output('progresses', (ctx) => {\n const m = ctx.prerun?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .output('mainProgresses', (ctx) => {\n const m = ctx.outputs?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .sections((_) => [{ type: 'link', href: '/', label: 'Main' }])\n\n .done();\n\nexport type BlockOutputs = InferOutputsType<typeof model>;\n"]}
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import { BlockModel, ImportFileHandle, ImportProgress, InferOutputsType } from '@platforma-sdk/model';\n\nexport type Handle = {\n handle: ImportFileHandle | undefined;\n fileName: string;\n argName: string;\n options: string[];\n}\n\nexport type BlockArgs = {\n productKey: string;\n inputHandles: Handle[];\n shouldAddRunPerFile: boolean;\n __mnzDate: string;\n __mnzCanRun: boolean;\n};\n\nexport const model = BlockModel.create()\n .withArgs<BlockArgs>({\n // a fake product key so our mnz client response with a fake response without changing prod db.\n productKey: \"MIFAKEMIFAKEMIFAKE\",\n inputHandles: [],\n shouldAddRunPerFile: false,\n __mnzDate: new Date().toISOString(), // It's OK\n __mnzCanRun: false,\n })\n\n .argsValid((ctx) => {\n return ctx.args.__mnzCanRun;\n })\n\n .output('__mnzInfo', (ctx) => ctx.prerun?.resolve('info')?.getDataAsJson<unknown>())\n\n .output('token', (ctx) => ctx.outputs?.resolve('token')?.getDataAsString())\n\n .output('progresses', (ctx) => {\n const m = ctx.prerun?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .output('mainProgresses', (ctx) => {\n const m = ctx.outputs?.resolve('progresses');\n const progresses = m?.mapFields((name, val) => [name, val?.getImportProgress()])\n return Object.fromEntries(progresses ?? []);\n })\n\n .sections((_) => [{ type: 'link', href: '/', label: 'Main' }])\n\n .done();\n\nexport type BlockOutputs = InferOutputsType<typeof model>;\n"],"names":[],"mappings":";;AAiBO,MAAM,KAAK,GAAG,UAAU,CAAC,MAAM;AACnC,KAAA,QAAQ,CAAY;;AAEnB,IAAA,UAAU,EAAE,oBAAoB;AAChC,IAAA,YAAY,EAAE,EAAE;AAChB,IAAA,mBAAmB,EAAE,KAAK;IAC1B,SAAS,EAAE,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE;AACnC,IAAA,WAAW,EAAE,KAAK;CACnB;AAEA,KAAA,SAAS,CAAC,CAAC,GAAG,KAAI;AACjB,IAAA,OAAO,GAAG,CAAC,IAAI,CAAC,WAAW;AAC7B,CAAC;AAEA,KAAA,MAAM,CAAC,WAAW,EAAE,CAAC,GAAG,KAAK,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,aAAa,EAAW;AAElF,KAAA,MAAM,CAAC,OAAO,EAAE,CAAC,GAAG,KAAK,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,eAAe,EAAE;AAEzE,KAAA,MAAM,CAAC,YAAY,EAAE,CAAC,GAAG,KAAI;IAC5B,MAAM,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC;IAC3C,MAAM,UAAU,GAAG,CAAC,EAAE,SAAS,CAAC,CAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,EAAE,GAAG,EAAE,iBAAiB,EAAE,CAAC,CAAC;IAChF,OAAO,MAAM,CAAC,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC;AAC7C,CAAC;AAEA,KAAA,MAAM,CAAC,gBAAgB,EAAE,CAAC,GAAG,KAAI;IAChC,MAAM,CAAC,GAAG,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,YAAY,CAAC;IAC5C,MAAM,UAAU,GAAG,CAAC,EAAE,SAAS,CAAC,CAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,EAAE,GAAG,EAAE,iBAAiB,EAAE,CAAC,CAAC;IAChF,OAAO,MAAM,CAAC,WAAW,CAAC,UAAU,IAAI,EAAE,CAAC;AAC7C,CAAC;KAEA,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC;AAE5D,KAAA,IAAI;;;;"}