@genexus/genexus-ide-ui 1.0.9 → 1.0.11
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/cjs/{common-d21da2fc.js → common-10d3b190.js} +15 -19
- package/dist/cjs/common-10d3b190.js.map +1 -0
- package/dist/cjs/{config-cefda28a.js → config-b21feeee.js} +6 -1
- package/dist/cjs/config-b21feeee.js.map +1 -0
- package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-bpm-app-declaration.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-bpm-assign-roles.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-bpm-export-xpdl.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-bpm-import-files.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-bpm-import-gxpm.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-bpm-objects-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-bpm-timer-duration.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-connect-gx-server.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-create-kb-from-server.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-data-selector.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-design-import.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-gam-installation-settings.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-manage-module-references-v2.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-manage-module-references.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-new-environment.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js +523 -182
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-new-object.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-object-selector.cjs.entry.js +3 -3
- package/dist/cjs/gx-ide-object-selector.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-recent-news.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-references.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-share-kb.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-start-page.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-start-page.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-select-recent-comment.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update-partial-selection.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update-to-revision.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-template.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-test.cjs.entry.js +53 -102
- package/dist/cjs/gx-ide-test.cjs.entry.js.map +1 -1
- package/dist/cjs/gx-ide-wf-settings.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-ww-images.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/common/common.js +25 -1
- package/dist/collection/common/common.js.map +1 -1
- package/dist/collection/common/config.js +5 -0
- package/dist/collection/common/config.js.map +1 -1
- package/dist/collection/common/form-validation.js +50 -0
- package/dist/collection/common/form-validation.js.map +1 -0
- package/dist/collection/components/_helpers/card/card.css +3 -0
- package/dist/collection/components/_helpers/empty-state/gx-ide-empty-state.css +3 -0
- package/dist/collection/components/_helpers/list-selector/list-selector.css +3 -0
- package/dist/collection/components/_starting-template/template.css +3 -0
- package/dist/collection/components/_test/test.js +53 -102
- package/dist/collection/components/_test/test.js.map +1 -1
- package/dist/collection/components/ai-assistant/ai-assistant.css +3 -0
- package/dist/collection/components/bpm/application-declaration/bpm-app-declaration.css +3 -0
- package/dist/collection/components/bpm/assign-roles/bpm-assign-roles.css +3 -0
- package/dist/collection/components/bpm/export-xpdl/bpm-export-xpdl.css +3 -0
- package/dist/collection/components/bpm/import-files/bpm-import-files.css +3 -0
- package/dist/collection/components/bpm/import-gxpm/bpm-import-gxpm.css +3 -0
- package/dist/collection/components/bpm/objects-selector/bpm-objects-selector.css +3 -0
- package/dist/collection/components/bpm/timer-duration/bpm-timer-duration.css +3 -0
- package/dist/collection/components/connect-gx-server/connect-gx-server.css +3 -0
- package/dist/collection/components/create-kb-from-server/create-kb-from-server.css +3 -0
- package/dist/collection/components/dashboard-home/dashboard-home.css +3 -0
- package/dist/collection/components/design-import/design-import.css +3 -0
- package/dist/collection/components/gam-installation-settings/gam-installation-settings.css +3 -0
- package/dist/collection/components/kb-manager-import/kb-manager-import.css +3 -0
- package/dist/collection/components/modules/edit-module-server/edit-module-server.css +3 -0
- package/dist/collection/components/modules/manage-module-references/manage-module-references.css +3 -0
- package/dist/collection/components/modules/manage-module-references-v2/manage-module-references.css +3 -0
- package/dist/collection/components/new-environment/new-environment.css +3 -0
- package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.en.json +2 -1
- package/dist/collection/components/new-kb/gx-ide-assets/new-kb/langs/new-kb.lang.ja.json +2 -1
- package/dist/collection/components/new-kb/helpers.js +9 -0
- package/dist/collection/components/new-kb/helpers.js.map +1 -0
- package/dist/collection/components/new-kb/new-kb.css +39 -664
- package/dist/collection/components/new-kb/new-kb.js +679 -382
- package/dist/collection/components/new-kb/new-kb.js.map +1 -1
- package/dist/collection/components/new-object/new-object.css +3 -0
- package/dist/collection/components/object-selector/object-selector.css +4 -0
- package/dist/collection/components/object-selector/object-selector.js +1 -1
- package/dist/collection/components/object-selector/object-selector.js.map +1 -1
- package/dist/collection/components/references/references.css +3 -0
- package/dist/collection/components/share-kb/share-kb.css +3 -0
- package/dist/collection/components/start-page/recent-news.css +3 -0
- package/dist/collection/components/start-page/start-page.css +3 -0
- package/dist/collection/components/team-dev/commit/commit.css +3 -0
- package/dist/collection/components/team-dev/select-recent-comment/select-recent-comment.css +3 -0
- package/dist/collection/components/team-dev/update/update.css +3 -0
- package/dist/collection/components/team-dev/update-partial-selection/update-partial-selection.css +3 -0
- package/dist/collection/components/team-dev/update-to-revision/update-to-revision.css +3 -0
- package/dist/collection/components/wf-settings/wf-settings.css +3 -0
- package/dist/collection/components/ww-images/ww-images.css +3 -0
- package/dist/components/common.js +14 -18
- package/dist/components/common.js.map +1 -1
- package/dist/components/config.js +5 -0
- package/dist/components/config.js.map +1 -1
- package/dist/components/gx-ide-dashboard-home.js +1 -1
- package/dist/components/gx-ide-dashboard-home.js.map +1 -1
- package/dist/components/gx-ide-new-kb.js +561 -209
- package/dist/components/gx-ide-new-kb.js.map +1 -1
- package/dist/components/gx-ide-object-selector.js +2 -2
- package/dist/components/gx-ide-object-selector.js.map +1 -1
- package/dist/components/gx-ide-start-page.js +1 -1
- package/dist/components/gx-ide-start-page.js.map +1 -1
- package/dist/components/gx-ide-test.js +53 -102
- package/dist/components/gx-ide-test.js.map +1 -1
- package/dist/esm/{common-31ac2b05.js → common-339b4376.js} +15 -19
- package/dist/esm/common-339b4376.js.map +1 -0
- package/dist/esm/{config-084ee328.js → config-ed1f26d7.js} +6 -1
- package/dist/esm/config-ed1f26d7.js.map +1 -0
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-bpm-app-declaration.entry.js +1 -1
- package/dist/esm/gx-ide-bpm-assign-roles.entry.js +1 -1
- package/dist/esm/gx-ide-bpm-export-xpdl.entry.js +1 -1
- package/dist/esm/gx-ide-bpm-import-files.entry.js +1 -1
- package/dist/esm/gx-ide-bpm-import-gxpm.entry.js +1 -1
- package/dist/esm/gx-ide-bpm-objects-selector.entry.js +1 -1
- package/dist/esm/gx-ide-bpm-timer-duration.entry.js +1 -1
- package/dist/esm/gx-ide-connect-gx-server.entry.js +1 -1
- package/dist/esm/gx-ide-create-kb-from-server.entry.js +1 -1
- package/dist/esm/gx-ide-dashboard-home.entry.js +1 -1
- package/dist/esm/gx-ide-dashboard-home.entry.js.map +1 -1
- package/dist/esm/gx-ide-data-selector.entry.js +1 -1
- package/dist/esm/gx-ide-design-import.entry.js +2 -2
- package/dist/esm/gx-ide-gam-installation-settings.entry.js +1 -1
- package/dist/esm/gx-ide-kb-manager-import.entry.js +1 -1
- package/dist/esm/gx-ide-manage-module-references-v2.entry.js +1 -1
- package/dist/esm/gx-ide-manage-module-references.entry.js +1 -1
- package/dist/esm/gx-ide-new-environment.entry.js +2 -2
- package/dist/esm/gx-ide-new-kb.entry.js +524 -183
- package/dist/esm/gx-ide-new-kb.entry.js.map +1 -1
- package/dist/esm/gx-ide-new-object.entry.js +1 -1
- package/dist/esm/gx-ide-object-selector.entry.js +3 -3
- package/dist/esm/gx-ide-object-selector.entry.js.map +1 -1
- package/dist/esm/gx-ide-recent-news.entry.js +1 -1
- package/dist/esm/gx-ide-references.entry.js +1 -1
- package/dist/esm/gx-ide-share-kb.entry.js +2 -2
- package/dist/esm/gx-ide-start-page.entry.js +2 -2
- package/dist/esm/gx-ide-start-page.entry.js.map +1 -1
- package/dist/esm/gx-ide-team-dev-commit.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-select-recent-comment.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update-partial-selection.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update-to-revision.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update.entry.js +1 -1
- package/dist/esm/gx-ide-template.entry.js +1 -1
- package/dist/esm/gx-ide-test.entry.js +53 -102
- package/dist/esm/gx-ide-test.entry.js.map +1 -1
- package/dist/esm/gx-ide-wf-settings.entry.js +1 -1
- package/dist/esm/gx-ide-ww-images.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.css +2 -2
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +4 -4
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js.map +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.en.json +2 -1
- package/dist/genexus-ide-ui/gx-ide-assets/new-kb/langs/new-kb.lang.ja.json +2 -1
- package/dist/genexus-ide-ui/{p-032bdefc.entry.js → p-0fced96c.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-794ac8e6.entry.js → p-15711eed.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-8f294d2e.entry.js → p-176e8d55.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-4ade9a67.entry.js → p-1ad7189f.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-b5bb18d9.entry.js → p-1d56cc71.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-dcbf5cd9.entry.js → p-2ac9e22b.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-af836892.js → p-3ef5a5a6.js} +33 -37
- package/dist/genexus-ide-ui/p-3ef5a5a6.js.map +1 -0
- package/dist/genexus-ide-ui/{p-929dd336.entry.js → p-55304f04.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-e557aa5e.entry.js → p-5c5abefc.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-05eb7c04.entry.js → p-6d0037f1.entry.js} +20 -20
- package/dist/genexus-ide-ui/p-6d0037f1.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-d5c2b4cc.entry.js → p-6fa9ea04.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-a4370f5d.entry.js → p-70588f0b.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-55a30661.js → p-78b90603.js} +6 -1
- package/dist/genexus-ide-ui/p-78b90603.js.map +1 -0
- package/dist/genexus-ide-ui/{p-5d8817cb.entry.js → p-88fff4f3.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-e0072adb.entry.js → p-9a9fdfc0.entry.js} +2 -2
- package/dist/genexus-ide-ui/p-a29cfcdb.entry.js +100 -0
- package/dist/genexus-ide-ui/p-a29cfcdb.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-5620c188.entry.js → p-a29d27ed.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-2b200d34.entry.js → p-a2dad270.entry.js} +3 -3
- package/dist/genexus-ide-ui/{p-41e5e8e0.entry.js → p-a787b331.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-8beec8d4.entry.js → p-a7be549c.entry.js} +2 -2
- package/dist/genexus-ide-ui/p-ab29274c.entry.js +764 -0
- package/dist/genexus-ide-ui/p-ab29274c.entry.js.map +1 -0
- package/dist/genexus-ide-ui/{p-62be51c2.entry.js → p-b967c6e3.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-1a1042c2.entry.js → p-c10d7879.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-9d02318b.entry.js → p-c484250c.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-593981a8.entry.js → p-ca842e11.entry.js} +3 -3
- package/dist/genexus-ide-ui/{p-afb531b3.entry.js → p-d1a76638.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-f69df17d.entry.js → p-d703bff2.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-f512bbca.entry.js → p-dbf8b06e.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-b7dfdf6d.entry.js → p-de18e865.entry.js} +3 -3
- package/dist/genexus-ide-ui/{p-88ab3f67.entry.js → p-e0da6770.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-c0ee7647.entry.js → p-e146e456.entry.js} +3 -3
- package/dist/genexus-ide-ui/{p-54ee665f.entry.js → p-e4cbd23c.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-eb6ef221.entry.js → p-e629ab16.entry.js} +2 -2
- package/dist/genexus-ide-ui/{p-1f8445eb.entry.js → p-edffe8d7.entry.js} +3 -3
- package/dist/genexus-ide-ui/{p-aea82479.entry.js → p-faa6fc25.entry.js} +2 -2
- package/dist/types/common/common.d.ts +6 -1
- package/dist/types/common/config.d.ts +6 -0
- package/dist/types/common/form-validation.d.ts +8 -0
- package/dist/types/components/_test/test.d.ts +1 -1
- package/dist/types/components/new-kb/helpers.d.ts +5 -0
- package/dist/types/components/new-kb/new-kb.d.ts +68 -102
- package/dist/types/components.d.ts +0 -27
- package/package.json +3 -3
- package/dist/cjs/common-d21da2fc.js.map +0 -1
- package/dist/cjs/config-cefda28a.js.map +0 -1
- package/dist/esm/common-31ac2b05.js.map +0 -1
- package/dist/esm/config-084ee328.js.map +0 -1
- package/dist/genexus-ide-ui/p-05eb7c04.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-55a30661.js.map +0 -1
- package/dist/genexus-ide-ui/p-69a83248.entry.js +0 -186
- package/dist/genexus-ide-ui/p-69a83248.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-9d640444.entry.js +0 -472
- package/dist/genexus-ide-ui/p-9d640444.entry.js.map +0 -1
- package/dist/genexus-ide-ui/p-af836892.js.map +0 -1
- /package/dist/genexus-ide-ui/{p-032bdefc.entry.js.map → p-0fced96c.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-794ac8e6.entry.js.map → p-15711eed.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-8f294d2e.entry.js.map → p-176e8d55.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-4ade9a67.entry.js.map → p-1ad7189f.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-b5bb18d9.entry.js.map → p-1d56cc71.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-dcbf5cd9.entry.js.map → p-2ac9e22b.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-929dd336.entry.js.map → p-55304f04.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-e557aa5e.entry.js.map → p-5c5abefc.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-d5c2b4cc.entry.js.map → p-6fa9ea04.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-a4370f5d.entry.js.map → p-70588f0b.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-5d8817cb.entry.js.map → p-88fff4f3.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-e0072adb.entry.js.map → p-9a9fdfc0.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-5620c188.entry.js.map → p-a29d27ed.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-2b200d34.entry.js.map → p-a2dad270.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-41e5e8e0.entry.js.map → p-a787b331.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-8beec8d4.entry.js.map → p-a7be549c.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-62be51c2.entry.js.map → p-b967c6e3.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-1a1042c2.entry.js.map → p-c10d7879.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-9d02318b.entry.js.map → p-c484250c.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-593981a8.entry.js.map → p-ca842e11.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-afb531b3.entry.js.map → p-d1a76638.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-f69df17d.entry.js.map → p-d703bff2.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-f512bbca.entry.js.map → p-dbf8b06e.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-b7dfdf6d.entry.js.map → p-de18e865.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-88ab3f67.entry.js.map → p-e0da6770.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-c0ee7647.entry.js.map → p-e146e456.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-54ee665f.entry.js.map → p-e4cbd23c.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-eb6ef221.entry.js.map → p-e629ab16.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-1f8445eb.entry.js.map → p-edffe8d7.entry.js.map} +0 -0
- /package/dist/genexus-ide-ui/{p-aea82479.entry.js.map → p-faa6fc25.entry.js.map} +0 -0
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -380,6 +380,9 @@ New classes for Chameleon + Mercury
|
|
|
380
380
|
display: contents;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
384
|
+
Old classes (Gemini) to be removed soon
|
|
385
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
383
386
|
/* - - - - - - - - - - - - - - - - - - -
|
|
384
387
|
Old classes (Gemini) to be removed soon
|
|
385
388
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
2
|
+
if (kind === "a" && !f)
|
|
3
|
+
throw new TypeError("Private accessor was defined without a getter");
|
|
4
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
5
|
+
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
6
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
7
|
+
};
|
|
8
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
9
|
+
if (kind === "m")
|
|
10
|
+
throw new TypeError("Private method is not writable");
|
|
11
|
+
if (kind === "a" && !f)
|
|
12
|
+
throw new TypeError("Private accessor was defined without a setter");
|
|
13
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
14
|
+
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
15
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
16
|
+
};
|
|
17
|
+
var _GxIdeTest_listBoxRef, _GxIdeTest_actionListModelOne, _GxIdeTest_actionListModelTwo, _GxIdeTest_modelOneButtonHandler, _GxIdeTest_modelTwoButtonHandler;
|
|
1
18
|
/* STENCIL IMPORTS */
|
|
2
19
|
import { Host, h } from "@stencil/core";
|
|
3
20
|
const CSS_BUNDLES = [
|
|
@@ -5,123 +22,56 @@ const CSS_BUNDLES = [
|
|
|
5
22
|
// "utils/form",
|
|
6
23
|
// "utils/layout",
|
|
7
24
|
// "utils/typography",
|
|
8
|
-
|
|
25
|
+
"components/button",
|
|
9
26
|
// "components/checkbox",
|
|
10
|
-
"components/
|
|
11
|
-
"components/edit",
|
|
12
|
-
"components/tabular-grid"
|
|
27
|
+
"components/list-box"
|
|
13
28
|
];
|
|
14
29
|
export class GxIdeTest {
|
|
15
30
|
constructor() {
|
|
16
31
|
/* THIS IS A COMPONENT FOR TESTING PURPOSES. DO WHATEVER YOU WANT.*/
|
|
17
|
-
this
|
|
32
|
+
_GxIdeTest_listBoxRef.set(this, void 0);
|
|
33
|
+
_GxIdeTest_actionListModelOne.set(this, [
|
|
18
34
|
{
|
|
19
|
-
|
|
20
|
-
caption: "
|
|
35
|
+
id: "id-1-1",
|
|
36
|
+
caption: "Item 1-1",
|
|
37
|
+
type: "actionable"
|
|
21
38
|
},
|
|
22
39
|
{
|
|
23
|
-
|
|
24
|
-
caption: "
|
|
25
|
-
|
|
26
|
-
{
|
|
27
|
-
value: "Value 2.1",
|
|
28
|
-
caption: "Label for the value 2.1"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
value: "Value 2.2",
|
|
32
|
-
caption: "Label for the value 2.2"
|
|
33
|
-
}
|
|
34
|
-
]
|
|
40
|
+
id: "id-1-2",
|
|
41
|
+
caption: "Item 1-2",
|
|
42
|
+
type: "actionable"
|
|
35
43
|
},
|
|
36
44
|
{
|
|
37
|
-
|
|
38
|
-
caption: "
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
value: "Value 5",
|
|
44
|
-
caption: "Label for the value 5",
|
|
45
|
-
disabled: true,
|
|
46
|
-
expandable: true,
|
|
47
|
-
items: [
|
|
48
|
-
{
|
|
49
|
-
value: "Value 5.1",
|
|
50
|
-
caption: "Label for the value 5.1"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
value: "Value 5.2",
|
|
54
|
-
caption: "Label for the value 5.2"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
value: "Value 5.3",
|
|
58
|
-
caption: "Label for the value 5.3",
|
|
59
|
-
disabled: false
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
value: "Value 5.4",
|
|
63
|
-
caption: "Label for the value 5.4"
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
},
|
|
45
|
+
id: "id-1-3",
|
|
46
|
+
caption: "Item 1-3",
|
|
47
|
+
type: "actionable"
|
|
48
|
+
}
|
|
49
|
+
]);
|
|
50
|
+
_GxIdeTest_actionListModelTwo.set(this, [
|
|
67
51
|
{
|
|
68
|
-
|
|
69
|
-
caption: "
|
|
70
|
-
|
|
71
|
-
expanded: true,
|
|
72
|
-
items: [
|
|
73
|
-
{
|
|
74
|
-
value: "Value 6.1",
|
|
75
|
-
caption: "Label for the value 6.1",
|
|
76
|
-
disabled: true
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
value: "Value 6.2",
|
|
80
|
-
caption: "Label for the value 6.2",
|
|
81
|
-
disabled: true
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
value: "Value 6.3",
|
|
85
|
-
caption: "Label for the value 6.3",
|
|
86
|
-
disabled: false
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
value: "Value 6.4",
|
|
90
|
-
caption: "Label for the value 6.4"
|
|
91
|
-
}
|
|
92
|
-
]
|
|
52
|
+
id: "id-2-1",
|
|
53
|
+
caption: "Item 2-1",
|
|
54
|
+
type: "actionable"
|
|
93
55
|
},
|
|
94
56
|
{
|
|
95
|
-
|
|
96
|
-
caption: "
|
|
97
|
-
|
|
57
|
+
id: "id-2-2",
|
|
58
|
+
caption: "Item 2-2",
|
|
59
|
+
type: "actionable"
|
|
98
60
|
},
|
|
99
|
-
{ value: "Value 8", caption: "Label for the value 8" },
|
|
100
61
|
{
|
|
101
|
-
|
|
102
|
-
caption: "
|
|
103
|
-
|
|
104
|
-
items: [
|
|
105
|
-
{
|
|
106
|
-
value: "Value 9.1",
|
|
107
|
-
caption: "Label for the value 9.1"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
value: "Value 9.2",
|
|
111
|
-
caption: "Label for the value 9.2"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
value: "Value 9.3",
|
|
115
|
-
caption: "Label for the value 9.3",
|
|
116
|
-
disabled: false
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
value: "Value 9.4",
|
|
120
|
-
caption: "Label for the value 9.4"
|
|
121
|
-
}
|
|
122
|
-
]
|
|
62
|
+
id: "id-2-3",
|
|
63
|
+
caption: "Item 2-3",
|
|
64
|
+
type: "actionable"
|
|
123
65
|
}
|
|
124
|
-
];
|
|
66
|
+
]);
|
|
67
|
+
_GxIdeTest_modelOneButtonHandler.set(this, () => {
|
|
68
|
+
__classPrivateFieldGet(this, _GxIdeTest_listBoxRef, "f").model = [];
|
|
69
|
+
__classPrivateFieldGet(this, _GxIdeTest_listBoxRef, "f").model = __classPrivateFieldGet(this, _GxIdeTest_actionListModelOne, "f");
|
|
70
|
+
});
|
|
71
|
+
_GxIdeTest_modelTwoButtonHandler.set(this, () => {
|
|
72
|
+
__classPrivateFieldGet(this, _GxIdeTest_listBoxRef, "f").model = [];
|
|
73
|
+
__classPrivateFieldGet(this, _GxIdeTest_listBoxRef, "f").model = __classPrivateFieldGet(this, _GxIdeTest_actionListModelTwo, "f");
|
|
74
|
+
});
|
|
125
75
|
this.name = undefined;
|
|
126
76
|
this.filterOn = true;
|
|
127
77
|
}
|
|
@@ -134,7 +84,7 @@ export class GxIdeTest {
|
|
|
134
84
|
// 9.LOCAL METHODS //
|
|
135
85
|
// 10.RENDER() FUNCTION //
|
|
136
86
|
render() {
|
|
137
|
-
return (h(Host, null, h("ch-theme", { model: CSS_BUNDLES }), h("ch-
|
|
87
|
+
return (h(Host, null, h("ch-theme", { model: CSS_BUNDLES }), h("ch-action-list-render", { class: "list-box", selection: "single", model: __classPrivateFieldGet(this, _GxIdeTest_actionListModelOne, "f"), ref: el => (__classPrivateFieldSet(this, _GxIdeTest_listBoxRef, el, "f")) }), h("button", { class: "button-primary", onClick: __classPrivateFieldGet(this, _GxIdeTest_modelOneButtonHandler, "f") }, "set model one"), h("button", { class: "button-primary", onClick: __classPrivateFieldGet(this, _GxIdeTest_modelTwoButtonHandler, "f") }, "set model two")));
|
|
138
88
|
}
|
|
139
89
|
static get is() { return "gx-ide-test"; }
|
|
140
90
|
static get encapsulation() { return "shadow"; }
|
|
@@ -175,4 +125,5 @@ export class GxIdeTest {
|
|
|
175
125
|
};
|
|
176
126
|
}
|
|
177
127
|
}
|
|
128
|
+
_GxIdeTest_listBoxRef = new WeakMap(), _GxIdeTest_actionListModelOne = new WeakMap(), _GxIdeTest_actionListModelTwo = new WeakMap(), _GxIdeTest_modelOneButtonHandler = new WeakMap(), _GxIdeTest_modelTwoButtonHandler = new WeakMap();
|
|
178
129
|
//# sourceMappingURL=test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.js","sourceRoot":"","sources":["../../../src/components/_test/test.tsx"],"names":[],"mappings":"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","sourcesContent":["/* STENCIL IMPORTS */\nimport { Component, Host, h, Prop, State } from \"@stencil/core\";\n/* OTHER LIBRARIES IMPORTS */\nimport { MercuryBundles } from \"@genexus/mercury\";\n\nconst CSS_BUNDLES: MercuryBundles = [\n \"resets/box-sizing\",\n // \"utils/form\",\n // \"utils/layout\",\n // \"utils/typography\",\n // \"components/button\",\n // \"components/checkbox\",\n \"components/combo-box\",\n \"components/edit\",\n \"components/tabular-grid\"\n];\n\n@Component({\n tag: \"gx-ide-test\",\n styleUrl: \"test.scss\",\n shadow: true\n})\nexport class GxIdeTest {\n /* THIS IS A COMPONENT FOR TESTING PURPOSES. DO WHATEVER YOU WANT.*/\n\n private comboBoxModel = [\n {\n value: \"Value 1\",\n caption: \"Label for the value 1\"\n },\n {\n value: \"Value 2\",\n caption: \"Label for the value 222\",\n items: [\n {\n value: \"Value 2.1\",\n caption: \"Label for the value 2.1\"\n },\n {\n value: \"Value 2.2\",\n caption: \"Label for the value 2.2\"\n }\n ]\n },\n {\n value: \"Value 3\",\n caption: \"Label for the value 3\",\n disabled: true\n },\n { value: \"Value 4\", caption: \"Label for the value 4\" },\n {\n value: \"Value 5\",\n caption: \"Label for the value 5\",\n disabled: true,\n expandable: true,\n items: [\n {\n value: \"Value 5.1\",\n caption: \"Label for the value 5.1\"\n },\n {\n value: \"Value 5.2\",\n caption: \"Label for the value 5.2\"\n },\n {\n value: \"Value 5.3\",\n caption: \"Label for the value 5.3\",\n disabled: false\n },\n {\n value: \"Value 5.4\",\n caption: \"Label for the value 5.4\"\n }\n ]\n },\n {\n value: \"Value 6\",\n caption: \"Label for the value 6\",\n expandable: true,\n expanded: true,\n items: [\n {\n value: \"Value 6.1\",\n caption: \"Label for the value 6.1\",\n disabled: true\n },\n {\n value: \"Value 6.2\",\n caption: \"Label for the value 6.2\",\n disabled: true\n },\n {\n value: \"Value 6.3\",\n caption: \"Label for the value 6.3\",\n disabled: false\n },\n {\n value: \"Value 6.4\",\n caption: \"Label for the value 6.4\"\n }\n ]\n },\n {\n value: \"Value 7\",\n caption: \"Label for the value 7\",\n disabled: true\n },\n { value: \"Value 8\", caption: \"Label for the value 8\" },\n {\n value: \"Value 9\",\n caption: \"Label for the value 9\",\n expandable: true,\n items: [\n {\n value: \"Value 9.1\",\n caption: \"Label for the value 9.1\"\n },\n {\n value: \"Value 9.2\",\n caption: \"Label for the value 9.2\"\n },\n {\n value: \"Value 9.3\",\n caption: \"Label for the value 9.3\",\n disabled: false\n },\n {\n value: \"Value 9.4\",\n caption: \"Label for the value 9.4\"\n }\n ]\n }\n ];\n // 1.OWN PROPERTIES //\n\n /**\n * The component name\n */\n @Prop() readonly name: string;\n\n // 2. REFERENCE TO ELEMENTS //\n\n // 3.STATE() VARIABLES //\n\n @State() filterOn: boolean = true;\n\n // 4.PUBLIC PROPERTY API | WATCH'S //\n\n // 5.EVENTS (EMIT) //\n\n componentWillLoad() {}\n\n // 6.COMPONENT LIFECYCLE METHODS //\n\n // 7.LISTENERS //\n\n // 8.PUBLIC METHODS API //\n\n // 9.LOCAL METHODS //\n\n // 10.RENDER() FUNCTION //\n\n render() {\n return (\n <Host>\n <ch-theme model={CSS_BUNDLES}></ch-theme>\n\n <ch-tabular-grid class=\"property-grid\">\n <ch-tabular-grid-columnset class=\"property-grid-column-set\">\n <ch-tabular-grid-column\n column-name=\"Property\"\n size=\"50%\"\n class=\"property-grid-column\"\n ></ch-tabular-grid-column>\n <ch-tabular-grid-column\n column-name=\"Value\"\n size=\"minmax(auto, calc(100% - var(--ch-tabular-grid-column-1-width)))\"\n class=\"property-grid-column\"\n ></ch-tabular-grid-column>\n </ch-tabular-grid-columnset>\n\n <ch-tabular-grid-row class=\"property-grid-row property-grid-property-readonly\">\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Property Name: Read Only Property Name: Read Only Property Name:\n Read Only Property Name: Read Only Property Name: Read Only\n </ch-tabular-grid-cell>\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Property Value: Enabled Property Value: Enabled Property Value:\n Enabled Property Value: Enabled Property Value: Enabled\n </ch-tabular-grid-cell>\n </ch-tabular-grid-row>\n\n <ch-tabular-grid-row class=\"property-grid-row property-grid-value-readonly\">\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Property Name: Enabled Property Name: Enabled Property Name:\n Enabled Property Name: Enabled Property Name: Enabled\n </ch-tabular-grid-cell>\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Property Value: Read Only Property Value: Read Only Property\n Value: Read Only Property Value: Read Only Property Value: Read\n Only\n </ch-tabular-grid-cell>\n </ch-tabular-grid-row>\n\n <ch-tabular-grid-row class=\"property-grid-row property-grid-value-edited\">\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Property Name: Enabled Property Name: Enabled Property Name:\n Enabled Property Name: Enabled\n </ch-tabular-grid-cell>\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Property Value: Edited Property Value: Edited Property Value:\n Edited Property Value: Edited Property Value: Edited\n </ch-tabular-grid-cell>\n </ch-tabular-grid-row>\n </ch-tabular-grid>\n <hr />\n <ch-tabular-grid class=\"property-grid\">\n <ch-tabular-grid-columnset class=\"property-grid-column-set\">\n <ch-tabular-grid-column\n column-name=\"Property\"\n size=\"50%\"\n class=\"property-grid-column\"\n ></ch-tabular-grid-column>\n <ch-tabular-grid-column\n column-name=\"Value\"\n size=\"minmax(auto, calc(100% - var(--ch-tabular-grid-column-1-width)))\"\n class=\"property-grid-column\"\n ></ch-tabular-grid-column>\n </ch-tabular-grid-columnset>\n\n <ch-tabular-grid-row class=\"property-grid-row property-grid-value-editing\">\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Lorem ipsum dolor sit amet consectetur, adipisicing elit.\n Assumenda dicta suscipit illo sit doloribus quos, ipsa voluptatum\n minus numquam fugit explicabo corporis non hic earum deserunt,\n ipsum expedita corrupti? Similique?\n </ch-tabular-grid-cell>\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n <ch-combo-box-render\n accessible-name=\"Colors\"\n id=\"combo-box-1\"\n class=\"combo-box\"\n model={this.comboBoxModel}\n placeholder=\"placeholder\"\n ></ch-combo-box-render>\n </ch-tabular-grid-cell>\n </ch-tabular-grid-row>\n <ch-tabular-grid-row class=\"property-grid-row property-grid-value-editing\">\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n Form Input\n </ch-tabular-grid-cell>\n <ch-tabular-grid-cell class=\"property-grid-cell\">\n <ch-edit class=\"form-input\" value=\"Pat Taylor\"></ch-edit>\n </ch-tabular-grid-cell>\n </ch-tabular-grid-row>\n </ch-tabular-grid>\n </Host>\n );\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"test.js","sourceRoot":"","sources":["../../../src/components/_test/test.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qBAAqB;AACrB,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAKhE,MAAM,WAAW,GAAmB;IAClC,mBAAmB;IACnB,gBAAgB;IAChB,kBAAkB;IAClB,sBAAsB;IACtB,mBAAmB;IACnB,yBAAyB;IACzB,qBAAqB;CACtB,CAAC;AAOF,MAAM,OAAO,SAAS;;QACpB,oEAAoE;QACpE,wCAA4C;QAC5C,wCAA6C;YAC3C;gBACE,EAAE,EAAE,QAAQ;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,QAAQ;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,QAAQ;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,YAAY;aACnB;SACF,EAAC;QAEF,wCAA6C;YAC3C;gBACE,EAAE,EAAE,QAAQ;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,QAAQ;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,YAAY;aACnB;YACD;gBACE,EAAE,EAAE,QAAQ;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,YAAY;aACnB;SACF,EAAC;QAEF,2CAAyB,GAAG,EAAE;YAC5B,uBAAA,IAAI,6BAAY,CAAC,KAAK,GAAG,EAAE,CAAC;YAC5B,uBAAA,IAAI,6BAAY,CAAC,KAAK,GAAG,uBAAA,IAAI,qCAAoB,CAAC;QACpD,CAAC,EAAC;QAEF,2CAAyB,GAAG,EAAE;YAC5B,uBAAA,IAAI,6BAAY,CAAC,KAAK,GAAG,EAAE,CAAC;YAC5B,uBAAA,IAAI,6BAAY,CAAC,KAAK,GAAG,uBAAA,IAAI,qCAAoB,CAAC;QACpD,CAAC,EAAC;;wBAa2B,IAAI;;IAEjC,qCAAqC;IAErC,qBAAqB;IAErB,iBAAiB,KAAI,CAAC;IAEtB,mCAAmC;IAEnC,iBAAiB;IAEjB,0BAA0B;IAE1B,qBAAqB;IAErB,0BAA0B;IAE1B,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,gBAAU,KAAK,EAAE,WAAW,GAAa;YAEzC,6BACE,KAAK,EAAC,UAAU,EAChB,SAAS,EAAC,QAAQ,EAClB,KAAK,EAAE,uBAAA,IAAI,qCAAoB,EAC/B,GAAG,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,uBAAA,IAAI,yBAAe,EAAmC,MAAA,CAAC,GAC5C;YACzB,cAAQ,KAAK,EAAC,gBAAgB,EAAC,OAAO,EAAE,uBAAA,IAAI,wCAAuB,oBAE1D;YACT,cAAQ,KAAK,EAAC,gBAAgB,EAAC,OAAO,EAAE,uBAAA,IAAI,wCAAuB,oBAE1D,CACJ,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["/* STENCIL IMPORTS */\nimport { Component, Host, h, Prop, State } from \"@stencil/core\";\n/* OTHER LIBRARIES IMPORTS */\nimport { MercuryBundles } from \"@genexus/mercury\";\nimport { ActionListItemModel } from \"@genexus/chameleon-controls-library\";\n\nconst CSS_BUNDLES: MercuryBundles = [\n \"resets/box-sizing\",\n // \"utils/form\",\n // \"utils/layout\",\n // \"utils/typography\",\n \"components/button\",\n // \"components/checkbox\",\n \"components/list-box\"\n];\n\n@Component({\n tag: \"gx-ide-test\",\n styleUrl: \"test.scss\",\n shadow: true\n})\nexport class GxIdeTest {\n /* THIS IS A COMPONENT FOR TESTING PURPOSES. DO WHATEVER YOU WANT.*/\n #listBoxRef!: HTMLChActionListRenderElement;\n #actionListModelOne: ActionListItemModel[] = [\n {\n id: \"id-1-1\",\n caption: \"Item 1-1\",\n type: \"actionable\"\n },\n {\n id: \"id-1-2\",\n caption: \"Item 1-2\",\n type: \"actionable\"\n },\n {\n id: \"id-1-3\",\n caption: \"Item 1-3\",\n type: \"actionable\"\n }\n ];\n\n #actionListModelTwo: ActionListItemModel[] = [\n {\n id: \"id-2-1\",\n caption: \"Item 2-1\",\n type: \"actionable\"\n },\n {\n id: \"id-2-2\",\n caption: \"Item 2-2\",\n type: \"actionable\"\n },\n {\n id: \"id-2-3\",\n caption: \"Item 2-3\",\n type: \"actionable\"\n }\n ];\n\n #modelOneButtonHandler = () => {\n this.#listBoxRef.model = [];\n this.#listBoxRef.model = this.#actionListModelOne;\n };\n\n #modelTwoButtonHandler = () => {\n this.#listBoxRef.model = [];\n this.#listBoxRef.model = this.#actionListModelTwo;\n };\n\n // 1.OWN PROPERTIES //\n\n /**\n * The component name\n */\n @Prop() readonly name: string;\n\n // 2. REFERENCE TO ELEMENTS //\n\n // 3.STATE() VARIABLES //\n\n @State() filterOn: boolean = true;\n\n // 4.PUBLIC PROPERTY API | WATCH'S //\n\n // 5.EVENTS (EMIT) //\n\n componentWillLoad() {}\n\n // 6.COMPONENT LIFECYCLE METHODS //\n\n // 7.LISTENERS //\n\n // 8.PUBLIC METHODS API //\n\n // 9.LOCAL METHODS //\n\n // 10.RENDER() FUNCTION //\n\n render() {\n return (\n <Host>\n <ch-theme model={CSS_BUNDLES}></ch-theme>\n\n <ch-action-list-render\n class=\"list-box\"\n selection=\"single\"\n model={this.#actionListModelOne}\n ref={el => (this.#listBoxRef = el as HTMLChActionListRenderElement)}\n ></ch-action-list-render>\n <button class=\"button-primary\" onClick={this.#modelOneButtonHandler}>\n set model one\n </button>\n <button class=\"button-primary\" onClick={this.#modelTwoButtonHandler}>\n set model two\n </button>\n </Host>\n );\n }\n}\n"]}
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -690,6 +690,9 @@ New classes for Chameleon + Mercury
|
|
|
690
690
|
display: contents;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
694
|
+
Old classes (Gemini) to be removed soon
|
|
695
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
693
696
|
/* - - - - - - - - - - - - - - - - - - -
|
|
694
697
|
Old classes (Gemini) to be removed soon
|
|
695
698
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -1553,6 +1553,9 @@ New classes for Chameleon + Mercury
|
|
|
1553
1553
|
display: contents;
|
|
1554
1554
|
}
|
|
1555
1555
|
|
|
1556
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
1557
|
+
Old classes (Gemini) to be removed soon
|
|
1558
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
1556
1559
|
/* - - - - - - - - - - - - - - - - - - -
|
|
1557
1560
|
Old classes (Gemini) to be removed soon
|
|
1558
1561
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
package/dist/collection/components/modules/manage-module-references/manage-module-references.css
CHANGED
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
package/dist/collection/components/modules/manage-module-references-v2/manage-module-references.css
CHANGED
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -375,6 +375,9 @@ New classes for Chameleon + Mercury
|
|
|
375
375
|
display: contents;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
+
/* - - - - - - - - - - - - - - - - - - -
|
|
379
|
+
Old classes (Gemini) to be removed soon
|
|
380
|
+
- - - - - - - - - - - - - - - - - - - */
|
|
378
381
|
/* - - - - - - - - - - - - - - - - - - -
|
|
379
382
|
Old classes (Gemini) to be removed soon
|
|
380
383
|
- - - - - - - - - - - - - - - - - - - */
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { h } from "@stencil/core";
|
|
2
|
+
export const renderChCheckboxItems = (options, group = "undefined-group", callback) => (options === null || options === void 0 ? void 0 : options.length) > 0 &&
|
|
3
|
+
options.map(option => (h("ch-checkbox", { name: option.name, class: "checkbox", part: `${group}-${option.id}`, checkedValue: option.value || option.id, caption: option.label, disabled: option.disabled, value: option.value, onInput: callback !== null && callback !== void 0 ? callback : null, startImgSrc: option.iconName })));
|
|
4
|
+
export const mapOptionsToComboBoxItemModel = (options) => options.map(option => ({
|
|
5
|
+
value: option.id,
|
|
6
|
+
caption: option.label
|
|
7
|
+
// startImgSrc: option.iconName
|
|
8
|
+
}));
|
|
9
|
+
//# sourceMappingURL=helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../src/components/new-kb/helpers.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAGlC,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACnC,OAAwB,EACxB,KAAK,GAAG,iBAAiB,EACzB,QAAc,EACT,EAAE,CACP,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,MAAM,IAAG,CAAC;IACnB,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CACpB,mBACE,IAAI,EAAE,MAAM,CAAC,IAAI,EACjB,KAAK,EAAC,UAAU,EAChB,IAAI,EAAE,GAAG,KAAK,IAAI,MAAM,CAAC,EAAE,EAAE,EAC7B,YAAY,EAAE,MAAM,CAAC,KAAK,IAAI,MAAM,CAAC,EAAE,EACvC,OAAO,EAAE,MAAM,CAAC,KAAK,EACrB,QAAQ,EAAE,MAAM,CAAC,QAAQ,EACzB,KAAK,EAAE,MAAM,CAAC,KAAK,EACnB,OAAO,EAAE,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,IAAI,EACzB,WAAW,EAAE,MAAM,CAAC,QAAQ,GACf,CAChB,CAAC,CAAC;AAEL,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAC3C,OAAmB,EACJ,EAAE,CACjB,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC,EAAE;IAChB,OAAO,EAAE,MAAM,CAAC,KAAK;IACrB,+BAA+B;CAChC,CAAC,CAAC,CAAC","sourcesContent":["import { ComboBoxModel } from \"@genexus/chameleon-controls-library\";\nimport { GxOption } from \"../..\";\nimport { h } from \"@stencil/core\";\nexport type ChCheckboxArray = HTMLChCheckboxElement[] | null;\n\nexport const renderChCheckboxItems = (\n options: Array<GxOption>,\n group = \"undefined-group\",\n callback?: any\n): any =>\n options?.length > 0 &&\n options.map(option => (\n <ch-checkbox\n name={option.name}\n class=\"checkbox\"\n part={`${group}-${option.id}`}\n checkedValue={option.value || option.id}\n caption={option.label}\n disabled={option.disabled}\n value={option.value}\n onInput={callback ?? null}\n startImgSrc={option.iconName}\n ></ch-checkbox>\n ));\n\nexport const mapOptionsToComboBoxItemModel = (\n options: GxOption[]\n): ComboBoxModel =>\n options.map(option => ({\n value: option.id,\n caption: option.label\n // startImgSrc: option.iconName\n }));\n"]}
|