@3t-transform/threeteeui 1.8.4 → 1.8.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/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tttx-button_1_8_4.cjs.entry.js → tttx-button_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_8_4.cjs.entry.js → tttx-checkbox-group-caption_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_8_4.cjs.entry.js → tttx-checkbox-group-heading_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_8_4.cjs.entry.js → tttx-checkbox-group_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_8_4.cjs.entry.js → tttx-checkbox_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_8_4.cjs.entry.js → tttx-comments_1_8_6.cjs.entry.js} +3 -2
- package/dist/cjs/{tttx-data-pattern_1_8_4.cjs.entry.js → tttx-data-pattern_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-datacard_1_8_4.cjs.entry.js → tttx-datacard_1_8_6.cjs.entry.js} +24 -6
- package/dist/cjs/{tttx-dialog-box_1_8_4.cjs.entry.js → tttx-dialog-box_1_8_6.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_8_4.cjs.entry.js → tttx-dialog_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_8_4.cjs.entry.js → tttx-expander_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_8_4_4.cjs.entry.js → tttx-filter_1_8_6_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_8_4.cjs.entry.js → tttx-form_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/tttx-graph_1_8_6.cjs.entry.js +14913 -0
- package/dist/cjs/{tttx-icon_1_8_4.cjs.entry.js → tttx-icon_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_8_4.cjs.entry.js → tttx-keyvalue-block_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_8_4.cjs.entry.js → tttx-loading-spinner_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-multiselect-box_1_8_4.cjs.entry.js → tttx-multiselect-box_1_8_6.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-percentage-bar_1_8_4.cjs.entry.js → tttx-percentage-bar_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_8_4.cjs.entry.js → tttx-qrcode_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_8_4.cjs.entry.js → tttx-select-box_1_8_6.cjs.entry.js} +4 -4
- package/dist/cjs/tttx-standalone-input_1_8_6.cjs.entry.js +94 -0
- package/dist/cjs/{tttx-table_1_8_4.cjs.entry.js → tttx-table_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_8_4.cjs.entry.js → tttx-tabs_1_8_6.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-tag_1_8_4.cjs.entry.js → tttx-tag_1_8_6.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-textarea_1_8_4.cjs.entry.js → tttx-textarea_1_8_6.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-tree-view_1_8_4.cjs.entry.js → tttx-tree-view_1_8_6.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/tttx-button/tttx-button.js +2 -2
- package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +20 -20
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.js +2 -2
- package/dist/collection/components/atoms/tttx-checkbox/tttx-checkbox.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.css +7 -0
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.js +66 -5
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +44 -8
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +1 -1
- package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +1 -1
- package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +1 -1
- package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.js +1 -1
- package/dist/collection/components/atoms/tttx-percentage-bar/tttx-percentage-bar.stories.js +5 -5
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +1 -1
- package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.js +1 -1
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.js +1 -1
- package/dist/collection/components/molecules/tttx-checkbox-group/tttx-checkbox-group.stories.js +10 -10
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +3 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.js +2 -2
- package/dist/collection/components/molecules/tttx-dialog/tttx-dialog.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +3 -3
- package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +24 -24
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.js +2 -2
- package/dist/collection/components/molecules/tttx-expander/tttx-expander.stories.js +9 -9
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +3 -3
- package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.js +2 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +5 -5
- package/dist/collection/components/molecules/tttx-graph/gauge-label-plugin.js +14 -0
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.css +20 -0
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +196 -0
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +19 -0
- package/dist/collection/components/molecules/tttx-list/tttx-list.js +3 -3
- package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +47 -47
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.js +6 -6
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +33 -33
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +4 -4
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +18 -18
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +2 -2
- package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +4 -4
- package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.js +1 -1
- package/dist/collection/components/molecules/tttx-table/tttx-table.stories.js +6 -6
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.js +3 -3
- package/dist/collection/components/molecules/tttx-tabs/tttx-tabs.stories.js +4 -4
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.js +3 -3
- package/dist/collection/components/molecules/tttx-textarea/tttx-textarea.stories.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +1 -1
- package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.js +3 -3
- package/dist/collection/components/molecules/tttx-tree-view/tttx-tree-view.stories.js +8 -8
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.js +2 -2
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +30 -29
- package/dist/components/index.js +30 -29
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_8_4.d.ts → tttx-button_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-button_1_8_4.js → tttx-button_1_8_6.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_8_4.js → tttx-checkbox-group-caption_1_8_6.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_8_4.js → tttx-checkbox-group-heading_1_8_6.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_8_4.js → tttx-checkbox-group_1_8_6.js} +5 -5
- package/dist/components/{tttx-datacard_1_8_4.d.ts → tttx-checkbox_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_8_4.js → tttx-checkbox_1_8_6.js} +7 -7
- package/dist/components/{tttx-checkbox_1_8_4.d.ts → tttx-comments_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_8_4.js → tttx-comments_1_8_6.js} +8 -7
- package/dist/components/tttx-data-pattern_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_8_4.js → tttx-data-pattern_1_8_6.js} +13 -13
- package/dist/components/{tttx-comments_1_8_4.d.ts → tttx-datacard_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_8_4.js → tttx-datacard_1_8_6.js} +40 -12
- package/dist/components/tttx-dialog-box_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_8_4.js → tttx-dialog-box_1_8_6.js} +9 -9
- package/dist/components/{tttx-dialog_1_8_4.d.ts → tttx-dialog_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_8_4.js → tttx-dialog_1_8_6.js} +8 -8
- package/dist/components/tttx-expander_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-expander_1_8_4.js → tttx-expander_1_8_6.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_8_4.d.ts → tttx-filter_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_8_4.js → tttx-filter_1_8_6.js} +2 -2
- package/dist/components/{tttx-icon_1_8_4.d.ts → tttx-form_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-form_1_8_4.js → tttx-form_1_8_6.js} +9 -9
- package/dist/components/tttx-graph.js +14930 -0
- package/dist/components/{tttx-table_1_8_4.d.ts → tttx-graph_1_8_6.d.ts} +4 -4
- package/dist/components/tttx-graph_1_8_6.js +6 -0
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-list_1_8_4.d.ts → tttx-icon_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_8_4.js → tttx-icon_1_8_6.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_8_4.js → tttx-keyvalue-block_1_8_6.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-tabs_1_8_4.d.ts → tttx-list_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-list_1_8_4.js → tttx-list_1_8_6.js} +2 -2
- package/dist/components/tttx-loading-spinner_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_8_4.js → tttx-loading-spinner_1_8_6.js} +5 -5
- package/dist/components/tttx-multiselect-box_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_8_4.js → tttx-multiselect-box_1_8_6.js} +13 -13
- package/dist/components/tttx-percentage-bar_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_8_4.js → tttx-percentage-bar_1_8_6.js} +6 -6
- package/dist/components/{tttx-qrcode_1_8_4.d.ts → tttx-qrcode_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_8_4.js → tttx-qrcode_1_8_6.js} +5 -5
- package/dist/components/tttx-select-box.js +8 -8
- package/dist/components/tttx-select-box_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_8_4.js → tttx-select-box_1_8_6.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_8_4.js → tttx-sorter_1_8_6.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_8_4.js → tttx-standalone-input_1_8_6.js} +2 -2
- package/dist/components/tttx-table_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-table_1_8_4.js → tttx-table_1_8_6.js} +5 -5
- package/dist/components/{tttx-form_1_8_4.d.ts → tttx-tabs_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_8_4.js → tttx-tabs_1_8_6.js} +9 -9
- package/dist/components/{tttx-tag_1_8_4.d.ts → tttx-tag_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_8_4.js → tttx-tag_1_8_6.js} +5 -5
- package/dist/components/tttx-textarea_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_8_4.js → tttx-textarea_1_8_6.js} +6 -6
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/{tttx-toolbar_1_8_4.d.ts → tttx-toolbar_1_8_6.d.ts} +4 -4
- package/dist/components/{tttx-toolbar_1_8_4.js → tttx-toolbar_1_8_6.js} +2 -2
- package/dist/components/tttx-tree-view_1_8_6.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_8_4.js → tttx-tree-view_1_8_6.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_8_4.entry.js → tttx-button_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_8_4.entry.js → tttx-checkbox-group-caption_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_8_4.entry.js → tttx-checkbox-group-heading_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_8_4.entry.js → tttx-checkbox-group_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_8_4.entry.js → tttx-checkbox_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_8_4.entry.js → tttx-comments_1_8_6.entry.js} +3 -2
- package/dist/esm/{tttx-data-pattern_1_8_4.entry.js → tttx-data-pattern_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-datacard_1_8_4.entry.js → tttx-datacard_1_8_6.entry.js} +24 -6
- package/dist/esm/{tttx-dialog-box_1_8_4.entry.js → tttx-dialog-box_1_8_6.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_8_4.entry.js → tttx-dialog_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_8_4.entry.js → tttx-expander_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_8_4_4.entry.js → tttx-filter_1_8_6_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_8_4.entry.js → tttx-form_1_8_6.entry.js} +2 -2
- package/dist/esm/tttx-graph_1_8_6.entry.js +14909 -0
- package/dist/esm/{tttx-icon_1_8_4.entry.js → tttx-icon_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_8_4.entry.js → tttx-keyvalue-block_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_8_4.entry.js → tttx-loading-spinner_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-multiselect-box_1_8_4.entry.js → tttx-multiselect-box_1_8_6.entry.js} +6 -6
- package/dist/esm/{tttx-percentage-bar_1_8_4.entry.js → tttx-percentage-bar_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_8_4.entry.js → tttx-qrcode_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_8_4.entry.js → tttx-select-box_1_8_6.entry.js} +4 -4
- package/dist/esm/tttx-standalone-input_1_8_6.entry.js +90 -0
- package/dist/esm/{tttx-table_1_8_4.entry.js → tttx-table_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_8_4.entry.js → tttx-tabs_1_8_6.entry.js} +4 -4
- package/dist/esm/{tttx-tag_1_8_4.entry.js → tttx-tag_1_8_6.entry.js} +1 -1
- package/dist/esm/{tttx-textarea_1_8_4.entry.js → tttx-textarea_1_8_6.entry.js} +2 -2
- package/dist/esm/{tttx-tree-view_1_8_4.entry.js → tttx-tree-view_1_8_6.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-129893f7.entry.js +1 -1
- package/dist/tttx/p-1e5ff5f8.entry.js +1 -1
- package/dist/tttx/p-23f45005.entry.js +1 -1
- package/dist/tttx/p-2d4c1e8a.entry.js +1 -0
- package/dist/tttx/p-33754ad8.entry.js +1 -1
- package/dist/tttx/p-533499ec.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-59c7b049.entry.js +1 -1
- package/dist/tttx/p-63ad6fb7.entry.js +1 -1
- package/dist/tttx/p-6b1c7a21.entry.js +1 -1
- package/dist/tttx/p-796f699a.entry.js +1 -1
- package/dist/tttx/p-884f37d3.entry.js +1 -1
- package/dist/tttx/p-8b0b95b7.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-983d63ff.entry.js +1 -1
- package/dist/tttx/p-a01e679a.entry.js +1 -1
- package/dist/tttx/p-a8e76e78.entry.js +1 -1
- package/dist/tttx/p-b7347352.entry.js +1 -1
- package/dist/tttx/p-c08a54f9.entry.js +1 -1
- package/dist/tttx/p-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-d16f72a5.entry.js +19 -0
- package/dist/tttx/p-d6911407.entry.js +1 -0
- package/dist/tttx/p-ddad380e.entry.js +1 -1
- package/dist/tttx/p-ee358ce4.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/p-f4db1cf2.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/atoms/tttx-datacard/tttx-datacard.d.ts +12 -0
- package/dist/types/components/atoms/tttx-datacard/tttx-datacard.stories.d.ts +1 -0
- package/dist/types/components/molecules/tttx-graph/gauge-label-plugin.d.ts +4 -0
- package/dist/types/components/molecules/tttx-graph/tttx-graph.d.ts +17 -0
- package/dist/types/components/molecules/tttx-graph/tttx-graph.stories.d.ts +7 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +1 -1
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +365 -342
- package/package.json +4 -1
- package/dist/cjs/tttx-standalone-input_1_8_4.cjs.entry.js +0 -94
- package/dist/components/tttx-checkbox-group-caption_1_8_4.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_8_4.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_8_4.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_8_4.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_8_4.d.ts +0 -11
- package/dist/components/tttx-expander_1_8_4.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_8_4.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_8_4.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_8_4.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_8_4.d.ts +0 -11
- package/dist/components/tttx-select-box_1_8_4.d.ts +0 -11
- package/dist/components/tttx-sorter_1_8_4.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_8_4.d.ts +0 -11
- package/dist/components/tttx-textarea_1_8_4.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_8_4.d.ts +0 -11
- package/dist/esm/tttx-standalone-input_1_8_4.entry.js +0 -90
- package/dist/tttx/p-bae7f239.entry.js +0 -1
- package/dist/tttx/p-e5259a38.entry.js +0 -1
|
@@ -20,51 +20,53 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
20
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
21
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
22
|
export namespace Components {
|
|
23
|
-
interface
|
|
23
|
+
interface TttxButton_1_8_6 {
|
|
24
24
|
"design": string;
|
|
25
25
|
"icon": string;
|
|
26
26
|
"iconcolor": string;
|
|
27
27
|
"iconposition": 'left' | 'right';
|
|
28
28
|
"notext": boolean;
|
|
29
29
|
}
|
|
30
|
-
interface
|
|
30
|
+
interface TttxCheckboxGroupCaption_1_8_6 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_8_6 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_8_6 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_8_6 {
|
|
37
37
|
"checkboxId": string;
|
|
38
38
|
"checked": boolean;
|
|
39
39
|
"indeterminate": boolean;
|
|
40
40
|
"inline": boolean;
|
|
41
41
|
"label": string;
|
|
42
42
|
}
|
|
43
|
-
interface
|
|
43
|
+
interface TttxComments_1_8_6 {
|
|
44
44
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
45
|
"comments": string | Comment[];
|
|
46
46
|
"currentuser": string;
|
|
47
47
|
}
|
|
48
|
-
interface
|
|
48
|
+
interface TttxDataPattern_1_8_6 {
|
|
49
49
|
"data": string;
|
|
50
50
|
"filterheader": string;
|
|
51
51
|
"filteroptions": string;
|
|
52
52
|
"sorteroptions": string;
|
|
53
53
|
}
|
|
54
|
-
interface
|
|
54
|
+
interface TttxDatacard_1_8_6 {
|
|
55
55
|
"cardTitle": string;
|
|
56
|
+
"cardType": string;
|
|
57
|
+
"chartConfig": string;
|
|
56
58
|
"iconStyle": string;
|
|
57
59
|
"leftData": string;
|
|
58
60
|
"rightData": string;
|
|
59
61
|
"rightSubtext": string;
|
|
60
62
|
}
|
|
61
|
-
interface
|
|
63
|
+
interface TttxDialogBox_1_8_6 {
|
|
62
64
|
"allowOverflow": boolean;
|
|
63
65
|
"data": string | DialogItems;
|
|
64
66
|
"open": boolean;
|
|
65
67
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
66
68
|
}
|
|
67
|
-
interface
|
|
69
|
+
interface TttxDialog_1_8_6 {
|
|
68
70
|
"allowOverflow": boolean;
|
|
69
71
|
"closeEnabled": boolean;
|
|
70
72
|
"header": string;
|
|
@@ -72,13 +74,13 @@ export namespace Components {
|
|
|
72
74
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
73
75
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
74
76
|
}
|
|
75
|
-
interface
|
|
77
|
+
interface TttxExpander_1_8_6 {
|
|
76
78
|
"lefticon"?: string;
|
|
77
79
|
"lefticoncolor"?: string;
|
|
78
80
|
"name": string;
|
|
79
81
|
"open": boolean;
|
|
80
82
|
}
|
|
81
|
-
interface
|
|
83
|
+
interface TttxFilter_1_8_6 {
|
|
82
84
|
"defaultFilterOptions": string[] | string;
|
|
83
85
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
84
86
|
"filterHeader": string;
|
|
@@ -89,7 +91,7 @@ export namespace Components {
|
|
|
89
91
|
"showSearchField": boolean;
|
|
90
92
|
"showSelectAll": boolean;
|
|
91
93
|
}
|
|
92
|
-
interface
|
|
94
|
+
interface TttxForm_1_8_6 {
|
|
93
95
|
/**
|
|
94
96
|
* Clear the validation message on a given form field
|
|
95
97
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -121,25 +123,30 @@ export namespace Components {
|
|
|
121
123
|
"setValidationFor": (fieldName: string, message: string) => Promise<void>;
|
|
122
124
|
"submit": () => Promise<void>;
|
|
123
125
|
}
|
|
124
|
-
interface
|
|
126
|
+
interface TttxGraph_1_8_6 {
|
|
127
|
+
"chartData": string;
|
|
128
|
+
"chartText": string;
|
|
129
|
+
"chartType": string;
|
|
130
|
+
}
|
|
131
|
+
interface TttxIcon_1_8_6 {
|
|
125
132
|
"color": string;
|
|
126
133
|
"icon": string;
|
|
127
134
|
"size": number;
|
|
128
135
|
}
|
|
129
|
-
interface
|
|
136
|
+
interface TttxKeyvalueBlock_1_8_6 {
|
|
130
137
|
"horizontal": boolean;
|
|
131
138
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
132
139
|
"spacedout": boolean;
|
|
133
140
|
}
|
|
134
|
-
interface
|
|
141
|
+
interface TttxList_1_8_6 {
|
|
135
142
|
"data": string | ListItem[];
|
|
136
143
|
"name": string;
|
|
137
144
|
}
|
|
138
|
-
interface
|
|
145
|
+
interface TttxLoadingSpinner_1_8_6 {
|
|
139
146
|
"loadingMessage": boolean;
|
|
140
147
|
"size": 'small' | 'large';
|
|
141
148
|
}
|
|
142
|
-
interface
|
|
149
|
+
interface TttxMultiselectBox_1_8_6 {
|
|
143
150
|
"htmlVisibleValue": boolean;
|
|
144
151
|
"inline": boolean;
|
|
145
152
|
"label": string;
|
|
@@ -148,18 +155,18 @@ export namespace Components {
|
|
|
148
155
|
"searchEnabled": boolean;
|
|
149
156
|
"visibleValue": string;
|
|
150
157
|
}
|
|
151
|
-
interface
|
|
158
|
+
interface TttxPercentageBar_1_8_6 {
|
|
152
159
|
"color"?: string;
|
|
153
160
|
"labelid"?: string;
|
|
154
161
|
"min": string;
|
|
155
162
|
"percentage": string | number;
|
|
156
163
|
"thresholds"?: string | Threshold[];
|
|
157
164
|
}
|
|
158
|
-
interface
|
|
165
|
+
interface TttxQrcode_1_8_6 {
|
|
159
166
|
"link": string;
|
|
160
167
|
"size": number;
|
|
161
168
|
}
|
|
162
|
-
interface
|
|
169
|
+
interface TttxSelectBox_1_8_6 {
|
|
163
170
|
"errorMsg": string;
|
|
164
171
|
"inline": boolean;
|
|
165
172
|
"label": string;
|
|
@@ -172,13 +179,13 @@ export namespace Components {
|
|
|
172
179
|
"showErrorMsg": boolean;
|
|
173
180
|
"useExternalFiltering": boolean;
|
|
174
181
|
}
|
|
175
|
-
interface
|
|
182
|
+
interface TttxSorter_1_8_6 {
|
|
176
183
|
"defaultOption": string;
|
|
177
184
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
178
185
|
"fieldOptionsData": string | SorterData;
|
|
179
186
|
"sorterKey": string;
|
|
180
187
|
}
|
|
181
|
-
interface
|
|
188
|
+
interface TttxStandaloneInput_1_8_6 {
|
|
182
189
|
"autocomplete": 'off' | 'on';
|
|
183
190
|
"checked": boolean;
|
|
184
191
|
"disabled": boolean;
|
|
@@ -194,8 +201,8 @@ export namespace Components {
|
|
|
194
201
|
"inputiconcolor": string;
|
|
195
202
|
/**
|
|
196
203
|
* tabindex - Allows the HTML elements to be focusable
|
|
197
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
198
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
204
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_6 input-index="1" />
|
|
205
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_6 inputindex={1} />
|
|
199
206
|
*/
|
|
200
207
|
"inputindex": string | number;
|
|
201
208
|
/**
|
|
@@ -223,31 +230,31 @@ export namespace Components {
|
|
|
223
230
|
"type": string;
|
|
224
231
|
"value": string | number;
|
|
225
232
|
}
|
|
226
|
-
interface
|
|
233
|
+
interface TttxTable_1_8_6 {
|
|
227
234
|
"data": any;
|
|
228
235
|
"headers": TableHeader[];
|
|
229
236
|
"loading": boolean;
|
|
230
237
|
"selectable": boolean;
|
|
231
238
|
"selected": number;
|
|
232
239
|
}
|
|
233
|
-
interface
|
|
240
|
+
interface TttxTabs_1_8_6 {
|
|
234
241
|
"navigation": boolean;
|
|
235
242
|
"tabs": string | Tab[];
|
|
236
243
|
"tabsName": string;
|
|
237
244
|
"wide": boolean;
|
|
238
245
|
}
|
|
239
|
-
interface
|
|
246
|
+
interface TttxTag_1_8_6 {
|
|
240
247
|
"color": string;
|
|
241
248
|
"text": string;
|
|
242
249
|
"textColor": string;
|
|
243
250
|
}
|
|
244
|
-
interface
|
|
251
|
+
interface TttxTextarea_1_8_6 {
|
|
245
252
|
"disabled": boolean;
|
|
246
253
|
"errormsg": string;
|
|
247
254
|
/**
|
|
248
255
|
* tabindex - Allows the HTML elements to be focusable
|
|
249
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
250
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
256
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_6 input-index="1" />
|
|
257
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_6 inputindex={1} />
|
|
251
258
|
*/
|
|
252
259
|
"inputindex": string | number;
|
|
253
260
|
/**
|
|
@@ -271,419 +278,433 @@ export namespace Components {
|
|
|
271
278
|
"textareaautofocus": boolean;
|
|
272
279
|
"value": string | number;
|
|
273
280
|
}
|
|
274
|
-
interface
|
|
281
|
+
interface TttxToolbar_1_8_6 {
|
|
275
282
|
"border": boolean;
|
|
276
283
|
}
|
|
277
|
-
interface
|
|
284
|
+
interface TttxTreeView_1_8_6 {
|
|
278
285
|
"data": TreeViewItem[];
|
|
279
286
|
}
|
|
280
287
|
}
|
|
281
|
-
export interface
|
|
288
|
+
export interface TttxCheckbox_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
282
289
|
detail: T;
|
|
283
|
-
target:
|
|
290
|
+
target: HTMLTttxCheckbox_1_8_6Element;
|
|
284
291
|
}
|
|
285
|
-
export interface
|
|
292
|
+
export interface TttxComments_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
286
293
|
detail: T;
|
|
287
|
-
target:
|
|
294
|
+
target: HTMLTttxComments_1_8_6Element;
|
|
288
295
|
}
|
|
289
|
-
export interface
|
|
296
|
+
export interface TttxDialogBox_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
290
297
|
detail: T;
|
|
291
|
-
target:
|
|
298
|
+
target: HTMLTttxDialogBox_1_8_6Element;
|
|
292
299
|
}
|
|
293
|
-
export interface
|
|
300
|
+
export interface TttxDialog_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
294
301
|
detail: T;
|
|
295
|
-
target:
|
|
302
|
+
target: HTMLTttxDialog_1_8_6Element;
|
|
296
303
|
}
|
|
297
|
-
export interface
|
|
304
|
+
export interface TttxExpander_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
298
305
|
detail: T;
|
|
299
|
-
target:
|
|
306
|
+
target: HTMLTttxExpander_1_8_6Element;
|
|
300
307
|
}
|
|
301
|
-
export interface
|
|
308
|
+
export interface TttxFilter_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
302
309
|
detail: T;
|
|
303
|
-
target:
|
|
310
|
+
target: HTMLTttxFilter_1_8_6Element;
|
|
304
311
|
}
|
|
305
|
-
export interface
|
|
312
|
+
export interface TttxForm_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
306
313
|
detail: T;
|
|
307
|
-
target:
|
|
314
|
+
target: HTMLTttxForm_1_8_6Element;
|
|
308
315
|
}
|
|
309
|
-
export interface
|
|
316
|
+
export interface TttxList_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
310
317
|
detail: T;
|
|
311
|
-
target:
|
|
318
|
+
target: HTMLTttxList_1_8_6Element;
|
|
312
319
|
}
|
|
313
|
-
export interface
|
|
320
|
+
export interface TttxMultiselectBox_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
314
321
|
detail: T;
|
|
315
|
-
target:
|
|
322
|
+
target: HTMLTttxMultiselectBox_1_8_6Element;
|
|
316
323
|
}
|
|
317
|
-
export interface
|
|
324
|
+
export interface TttxSelectBox_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
318
325
|
detail: T;
|
|
319
|
-
target:
|
|
326
|
+
target: HTMLTttxSelectBox_1_8_6Element;
|
|
320
327
|
}
|
|
321
|
-
export interface
|
|
328
|
+
export interface TttxSorter_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
322
329
|
detail: T;
|
|
323
|
-
target:
|
|
330
|
+
target: HTMLTttxSorter_1_8_6Element;
|
|
324
331
|
}
|
|
325
|
-
export interface
|
|
332
|
+
export interface TttxStandaloneInput_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
326
333
|
detail: T;
|
|
327
|
-
target:
|
|
334
|
+
target: HTMLTttxStandaloneInput_1_8_6Element;
|
|
328
335
|
}
|
|
329
|
-
export interface
|
|
336
|
+
export interface TttxTable_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
330
337
|
detail: T;
|
|
331
|
-
target:
|
|
338
|
+
target: HTMLTttxTable_1_8_6Element;
|
|
332
339
|
}
|
|
333
|
-
export interface
|
|
340
|
+
export interface TttxTabs_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
334
341
|
detail: T;
|
|
335
|
-
target:
|
|
342
|
+
target: HTMLTttxTabs_1_8_6Element;
|
|
336
343
|
}
|
|
337
|
-
export interface
|
|
344
|
+
export interface TttxTextarea_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
338
345
|
detail: T;
|
|
339
|
-
target:
|
|
346
|
+
target: HTMLTttxTextarea_1_8_6Element;
|
|
340
347
|
}
|
|
341
|
-
export interface
|
|
348
|
+
export interface TttxTreeView_1_8_6CustomEvent<T> extends CustomEvent<T> {
|
|
342
349
|
detail: T;
|
|
343
|
-
target:
|
|
350
|
+
target: HTMLTttxTreeView_1_8_6Element;
|
|
344
351
|
}
|
|
345
352
|
declare global {
|
|
346
|
-
interface
|
|
353
|
+
interface HTMLTttxButton_1_8_6Element extends Components.TttxButton_1_8_6, HTMLStencilElement {
|
|
354
|
+
}
|
|
355
|
+
var HTMLTttxButton_1_8_6Element: {
|
|
356
|
+
prototype: HTMLTttxButton_1_8_6Element;
|
|
357
|
+
new (): HTMLTttxButton_1_8_6Element;
|
|
358
|
+
};
|
|
359
|
+
interface HTMLTttxCheckboxGroupCaption_1_8_6Element extends Components.TttxCheckboxGroupCaption_1_8_6, HTMLStencilElement {
|
|
347
360
|
}
|
|
348
|
-
var
|
|
349
|
-
prototype:
|
|
350
|
-
new ():
|
|
361
|
+
var HTMLTttxCheckboxGroupCaption_1_8_6Element: {
|
|
362
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_8_6Element;
|
|
363
|
+
new (): HTMLTttxCheckboxGroupCaption_1_8_6Element;
|
|
351
364
|
};
|
|
352
|
-
interface
|
|
365
|
+
interface HTMLTttxCheckboxGroupHeading_1_8_6Element extends Components.TttxCheckboxGroupHeading_1_8_6, HTMLStencilElement {
|
|
353
366
|
}
|
|
354
|
-
var
|
|
355
|
-
prototype:
|
|
356
|
-
new ():
|
|
367
|
+
var HTMLTttxCheckboxGroupHeading_1_8_6Element: {
|
|
368
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_8_6Element;
|
|
369
|
+
new (): HTMLTttxCheckboxGroupHeading_1_8_6Element;
|
|
357
370
|
};
|
|
358
|
-
interface
|
|
371
|
+
interface HTMLTttxCheckboxGroup_1_8_6Element extends Components.TttxCheckboxGroup_1_8_6, HTMLStencilElement {
|
|
359
372
|
}
|
|
360
|
-
var
|
|
361
|
-
prototype:
|
|
362
|
-
new ():
|
|
373
|
+
var HTMLTttxCheckboxGroup_1_8_6Element: {
|
|
374
|
+
prototype: HTMLTttxCheckboxGroup_1_8_6Element;
|
|
375
|
+
new (): HTMLTttxCheckboxGroup_1_8_6Element;
|
|
363
376
|
};
|
|
364
|
-
interface
|
|
377
|
+
interface HTMLTttxCheckbox_1_8_6Element extends Components.TttxCheckbox_1_8_6, HTMLStencilElement {
|
|
365
378
|
}
|
|
366
|
-
var
|
|
367
|
-
prototype:
|
|
368
|
-
new ():
|
|
379
|
+
var HTMLTttxCheckbox_1_8_6Element: {
|
|
380
|
+
prototype: HTMLTttxCheckbox_1_8_6Element;
|
|
381
|
+
new (): HTMLTttxCheckbox_1_8_6Element;
|
|
369
382
|
};
|
|
370
|
-
interface
|
|
383
|
+
interface HTMLTttxComments_1_8_6Element extends Components.TttxComments_1_8_6, HTMLStencilElement {
|
|
371
384
|
}
|
|
372
|
-
var
|
|
373
|
-
prototype:
|
|
374
|
-
new ():
|
|
385
|
+
var HTMLTttxComments_1_8_6Element: {
|
|
386
|
+
prototype: HTMLTttxComments_1_8_6Element;
|
|
387
|
+
new (): HTMLTttxComments_1_8_6Element;
|
|
375
388
|
};
|
|
376
|
-
interface
|
|
389
|
+
interface HTMLTttxDataPattern_1_8_6Element extends Components.TttxDataPattern_1_8_6, HTMLStencilElement {
|
|
377
390
|
}
|
|
378
|
-
var
|
|
379
|
-
prototype:
|
|
380
|
-
new ():
|
|
391
|
+
var HTMLTttxDataPattern_1_8_6Element: {
|
|
392
|
+
prototype: HTMLTttxDataPattern_1_8_6Element;
|
|
393
|
+
new (): HTMLTttxDataPattern_1_8_6Element;
|
|
381
394
|
};
|
|
382
|
-
interface
|
|
395
|
+
interface HTMLTttxDatacard_1_8_6Element extends Components.TttxDatacard_1_8_6, HTMLStencilElement {
|
|
383
396
|
}
|
|
384
|
-
var
|
|
385
|
-
prototype:
|
|
386
|
-
new ():
|
|
397
|
+
var HTMLTttxDatacard_1_8_6Element: {
|
|
398
|
+
prototype: HTMLTttxDatacard_1_8_6Element;
|
|
399
|
+
new (): HTMLTttxDatacard_1_8_6Element;
|
|
387
400
|
};
|
|
388
|
-
interface
|
|
401
|
+
interface HTMLTttxDialogBox_1_8_6Element extends Components.TttxDialogBox_1_8_6, HTMLStencilElement {
|
|
389
402
|
}
|
|
390
|
-
var
|
|
391
|
-
prototype:
|
|
392
|
-
new ():
|
|
403
|
+
var HTMLTttxDialogBox_1_8_6Element: {
|
|
404
|
+
prototype: HTMLTttxDialogBox_1_8_6Element;
|
|
405
|
+
new (): HTMLTttxDialogBox_1_8_6Element;
|
|
393
406
|
};
|
|
394
|
-
interface
|
|
407
|
+
interface HTMLTttxDialog_1_8_6Element extends Components.TttxDialog_1_8_6, HTMLStencilElement {
|
|
395
408
|
}
|
|
396
|
-
var
|
|
397
|
-
prototype:
|
|
398
|
-
new ():
|
|
409
|
+
var HTMLTttxDialog_1_8_6Element: {
|
|
410
|
+
prototype: HTMLTttxDialog_1_8_6Element;
|
|
411
|
+
new (): HTMLTttxDialog_1_8_6Element;
|
|
399
412
|
};
|
|
400
|
-
interface
|
|
413
|
+
interface HTMLTttxExpander_1_8_6Element extends Components.TttxExpander_1_8_6, HTMLStencilElement {
|
|
401
414
|
}
|
|
402
|
-
var
|
|
403
|
-
prototype:
|
|
404
|
-
new ():
|
|
415
|
+
var HTMLTttxExpander_1_8_6Element: {
|
|
416
|
+
prototype: HTMLTttxExpander_1_8_6Element;
|
|
417
|
+
new (): HTMLTttxExpander_1_8_6Element;
|
|
405
418
|
};
|
|
406
|
-
interface
|
|
419
|
+
interface HTMLTttxFilter_1_8_6Element extends Components.TttxFilter_1_8_6, HTMLStencilElement {
|
|
407
420
|
}
|
|
408
|
-
var
|
|
409
|
-
prototype:
|
|
410
|
-
new ():
|
|
421
|
+
var HTMLTttxFilter_1_8_6Element: {
|
|
422
|
+
prototype: HTMLTttxFilter_1_8_6Element;
|
|
423
|
+
new (): HTMLTttxFilter_1_8_6Element;
|
|
411
424
|
};
|
|
412
|
-
interface
|
|
425
|
+
interface HTMLTttxForm_1_8_6Element extends Components.TttxForm_1_8_6, HTMLStencilElement {
|
|
413
426
|
}
|
|
414
|
-
var
|
|
415
|
-
prototype:
|
|
416
|
-
new ():
|
|
427
|
+
var HTMLTttxForm_1_8_6Element: {
|
|
428
|
+
prototype: HTMLTttxForm_1_8_6Element;
|
|
429
|
+
new (): HTMLTttxForm_1_8_6Element;
|
|
417
430
|
};
|
|
418
|
-
interface
|
|
431
|
+
interface HTMLTttxGraph_1_8_6Element extends Components.TttxGraph_1_8_6, HTMLStencilElement {
|
|
419
432
|
}
|
|
420
|
-
var
|
|
421
|
-
prototype:
|
|
422
|
-
new ():
|
|
433
|
+
var HTMLTttxGraph_1_8_6Element: {
|
|
434
|
+
prototype: HTMLTttxGraph_1_8_6Element;
|
|
435
|
+
new (): HTMLTttxGraph_1_8_6Element;
|
|
423
436
|
};
|
|
424
|
-
interface
|
|
437
|
+
interface HTMLTttxIcon_1_8_6Element extends Components.TttxIcon_1_8_6, HTMLStencilElement {
|
|
425
438
|
}
|
|
426
|
-
var
|
|
427
|
-
prototype:
|
|
428
|
-
new ():
|
|
439
|
+
var HTMLTttxIcon_1_8_6Element: {
|
|
440
|
+
prototype: HTMLTttxIcon_1_8_6Element;
|
|
441
|
+
new (): HTMLTttxIcon_1_8_6Element;
|
|
429
442
|
};
|
|
430
|
-
interface
|
|
443
|
+
interface HTMLTttxKeyvalueBlock_1_8_6Element extends Components.TttxKeyvalueBlock_1_8_6, HTMLStencilElement {
|
|
431
444
|
}
|
|
432
|
-
var
|
|
433
|
-
prototype:
|
|
434
|
-
new ():
|
|
445
|
+
var HTMLTttxKeyvalueBlock_1_8_6Element: {
|
|
446
|
+
prototype: HTMLTttxKeyvalueBlock_1_8_6Element;
|
|
447
|
+
new (): HTMLTttxKeyvalueBlock_1_8_6Element;
|
|
435
448
|
};
|
|
436
|
-
interface
|
|
449
|
+
interface HTMLTttxList_1_8_6Element extends Components.TttxList_1_8_6, HTMLStencilElement {
|
|
437
450
|
}
|
|
438
|
-
var
|
|
439
|
-
prototype:
|
|
440
|
-
new ():
|
|
451
|
+
var HTMLTttxList_1_8_6Element: {
|
|
452
|
+
prototype: HTMLTttxList_1_8_6Element;
|
|
453
|
+
new (): HTMLTttxList_1_8_6Element;
|
|
441
454
|
};
|
|
442
|
-
interface
|
|
455
|
+
interface HTMLTttxLoadingSpinner_1_8_6Element extends Components.TttxLoadingSpinner_1_8_6, HTMLStencilElement {
|
|
443
456
|
}
|
|
444
|
-
var
|
|
445
|
-
prototype:
|
|
446
|
-
new ():
|
|
457
|
+
var HTMLTttxLoadingSpinner_1_8_6Element: {
|
|
458
|
+
prototype: HTMLTttxLoadingSpinner_1_8_6Element;
|
|
459
|
+
new (): HTMLTttxLoadingSpinner_1_8_6Element;
|
|
447
460
|
};
|
|
448
|
-
interface
|
|
461
|
+
interface HTMLTttxMultiselectBox_1_8_6Element extends Components.TttxMultiselectBox_1_8_6, HTMLStencilElement {
|
|
449
462
|
}
|
|
450
|
-
var
|
|
451
|
-
prototype:
|
|
452
|
-
new ():
|
|
463
|
+
var HTMLTttxMultiselectBox_1_8_6Element: {
|
|
464
|
+
prototype: HTMLTttxMultiselectBox_1_8_6Element;
|
|
465
|
+
new (): HTMLTttxMultiselectBox_1_8_6Element;
|
|
453
466
|
};
|
|
454
|
-
interface
|
|
467
|
+
interface HTMLTttxPercentageBar_1_8_6Element extends Components.TttxPercentageBar_1_8_6, HTMLStencilElement {
|
|
455
468
|
}
|
|
456
|
-
var
|
|
457
|
-
prototype:
|
|
458
|
-
new ():
|
|
469
|
+
var HTMLTttxPercentageBar_1_8_6Element: {
|
|
470
|
+
prototype: HTMLTttxPercentageBar_1_8_6Element;
|
|
471
|
+
new (): HTMLTttxPercentageBar_1_8_6Element;
|
|
459
472
|
};
|
|
460
|
-
interface
|
|
473
|
+
interface HTMLTttxQrcode_1_8_6Element extends Components.TttxQrcode_1_8_6, HTMLStencilElement {
|
|
461
474
|
}
|
|
462
|
-
var
|
|
463
|
-
prototype:
|
|
464
|
-
new ():
|
|
475
|
+
var HTMLTttxQrcode_1_8_6Element: {
|
|
476
|
+
prototype: HTMLTttxQrcode_1_8_6Element;
|
|
477
|
+
new (): HTMLTttxQrcode_1_8_6Element;
|
|
465
478
|
};
|
|
466
|
-
interface
|
|
479
|
+
interface HTMLTttxSelectBox_1_8_6Element extends Components.TttxSelectBox_1_8_6, HTMLStencilElement {
|
|
467
480
|
}
|
|
468
|
-
var
|
|
469
|
-
prototype:
|
|
470
|
-
new ():
|
|
481
|
+
var HTMLTttxSelectBox_1_8_6Element: {
|
|
482
|
+
prototype: HTMLTttxSelectBox_1_8_6Element;
|
|
483
|
+
new (): HTMLTttxSelectBox_1_8_6Element;
|
|
471
484
|
};
|
|
472
|
-
interface
|
|
485
|
+
interface HTMLTttxSorter_1_8_6Element extends Components.TttxSorter_1_8_6, HTMLStencilElement {
|
|
473
486
|
}
|
|
474
|
-
var
|
|
475
|
-
prototype:
|
|
476
|
-
new ():
|
|
487
|
+
var HTMLTttxSorter_1_8_6Element: {
|
|
488
|
+
prototype: HTMLTttxSorter_1_8_6Element;
|
|
489
|
+
new (): HTMLTttxSorter_1_8_6Element;
|
|
477
490
|
};
|
|
478
|
-
interface
|
|
491
|
+
interface HTMLTttxStandaloneInput_1_8_6Element extends Components.TttxStandaloneInput_1_8_6, HTMLStencilElement {
|
|
479
492
|
}
|
|
480
|
-
var
|
|
481
|
-
prototype:
|
|
482
|
-
new ():
|
|
493
|
+
var HTMLTttxStandaloneInput_1_8_6Element: {
|
|
494
|
+
prototype: HTMLTttxStandaloneInput_1_8_6Element;
|
|
495
|
+
new (): HTMLTttxStandaloneInput_1_8_6Element;
|
|
483
496
|
};
|
|
484
|
-
interface
|
|
497
|
+
interface HTMLTttxTable_1_8_6Element extends Components.TttxTable_1_8_6, HTMLStencilElement {
|
|
485
498
|
}
|
|
486
|
-
var
|
|
487
|
-
prototype:
|
|
488
|
-
new ():
|
|
499
|
+
var HTMLTttxTable_1_8_6Element: {
|
|
500
|
+
prototype: HTMLTttxTable_1_8_6Element;
|
|
501
|
+
new (): HTMLTttxTable_1_8_6Element;
|
|
489
502
|
};
|
|
490
|
-
interface
|
|
503
|
+
interface HTMLTttxTabs_1_8_6Element extends Components.TttxTabs_1_8_6, HTMLStencilElement {
|
|
491
504
|
}
|
|
492
|
-
var
|
|
493
|
-
prototype:
|
|
494
|
-
new ():
|
|
505
|
+
var HTMLTttxTabs_1_8_6Element: {
|
|
506
|
+
prototype: HTMLTttxTabs_1_8_6Element;
|
|
507
|
+
new (): HTMLTttxTabs_1_8_6Element;
|
|
495
508
|
};
|
|
496
|
-
interface
|
|
509
|
+
interface HTMLTttxTag_1_8_6Element extends Components.TttxTag_1_8_6, HTMLStencilElement {
|
|
497
510
|
}
|
|
498
|
-
var
|
|
499
|
-
prototype:
|
|
500
|
-
new ():
|
|
511
|
+
var HTMLTttxTag_1_8_6Element: {
|
|
512
|
+
prototype: HTMLTttxTag_1_8_6Element;
|
|
513
|
+
new (): HTMLTttxTag_1_8_6Element;
|
|
501
514
|
};
|
|
502
|
-
interface
|
|
515
|
+
interface HTMLTttxTextarea_1_8_6Element extends Components.TttxTextarea_1_8_6, HTMLStencilElement {
|
|
503
516
|
}
|
|
504
|
-
var
|
|
505
|
-
prototype:
|
|
506
|
-
new ():
|
|
517
|
+
var HTMLTttxTextarea_1_8_6Element: {
|
|
518
|
+
prototype: HTMLTttxTextarea_1_8_6Element;
|
|
519
|
+
new (): HTMLTttxTextarea_1_8_6Element;
|
|
507
520
|
};
|
|
508
|
-
interface
|
|
521
|
+
interface HTMLTttxToolbar_1_8_6Element extends Components.TttxToolbar_1_8_6, HTMLStencilElement {
|
|
509
522
|
}
|
|
510
|
-
var
|
|
511
|
-
prototype:
|
|
512
|
-
new ():
|
|
523
|
+
var HTMLTttxToolbar_1_8_6Element: {
|
|
524
|
+
prototype: HTMLTttxToolbar_1_8_6Element;
|
|
525
|
+
new (): HTMLTttxToolbar_1_8_6Element;
|
|
513
526
|
};
|
|
514
|
-
interface
|
|
527
|
+
interface HTMLTttxTreeView_1_8_6Element extends Components.TttxTreeView_1_8_6, HTMLStencilElement {
|
|
515
528
|
}
|
|
516
|
-
var
|
|
517
|
-
prototype:
|
|
518
|
-
new ():
|
|
529
|
+
var HTMLTttxTreeView_1_8_6Element: {
|
|
530
|
+
prototype: HTMLTttxTreeView_1_8_6Element;
|
|
531
|
+
new (): HTMLTttxTreeView_1_8_6Element;
|
|
519
532
|
};
|
|
520
533
|
interface HTMLElementTagNameMap {
|
|
521
|
-
"tttx-
|
|
522
|
-
"tttx-checkbox-group-
|
|
523
|
-
"tttx-checkbox-group-
|
|
524
|
-
"tttx-checkbox-
|
|
525
|
-
"tttx-
|
|
526
|
-
"tttx-
|
|
527
|
-
"tttx-data-
|
|
528
|
-
"tttx-
|
|
529
|
-
"tttx-dialog-
|
|
530
|
-
"tttx-
|
|
531
|
-
"tttx-
|
|
532
|
-
"tttx-
|
|
533
|
-
"tttx-
|
|
534
|
-
"tttx-
|
|
535
|
-
"tttx-
|
|
536
|
-
"tttx-
|
|
537
|
-
"tttx-
|
|
538
|
-
"tttx-
|
|
539
|
-
"tttx-
|
|
540
|
-
"tttx-
|
|
541
|
-
"tttx-
|
|
542
|
-
"tttx-
|
|
543
|
-
"tttx-
|
|
544
|
-
"tttx-
|
|
545
|
-
"tttx-
|
|
546
|
-
"tttx-
|
|
547
|
-
"tttx-
|
|
548
|
-
"tttx-
|
|
549
|
-
"tttx-
|
|
534
|
+
"tttx-button_1_8_6": HTMLTttxButton_1_8_6Element;
|
|
535
|
+
"tttx-checkbox-group-caption_1_8_6": HTMLTttxCheckboxGroupCaption_1_8_6Element;
|
|
536
|
+
"tttx-checkbox-group-heading_1_8_6": HTMLTttxCheckboxGroupHeading_1_8_6Element;
|
|
537
|
+
"tttx-checkbox-group_1_8_6": HTMLTttxCheckboxGroup_1_8_6Element;
|
|
538
|
+
"tttx-checkbox_1_8_6": HTMLTttxCheckbox_1_8_6Element;
|
|
539
|
+
"tttx-comments_1_8_6": HTMLTttxComments_1_8_6Element;
|
|
540
|
+
"tttx-data-pattern_1_8_6": HTMLTttxDataPattern_1_8_6Element;
|
|
541
|
+
"tttx-datacard_1_8_6": HTMLTttxDatacard_1_8_6Element;
|
|
542
|
+
"tttx-dialog-box_1_8_6": HTMLTttxDialogBox_1_8_6Element;
|
|
543
|
+
"tttx-dialog_1_8_6": HTMLTttxDialog_1_8_6Element;
|
|
544
|
+
"tttx-expander_1_8_6": HTMLTttxExpander_1_8_6Element;
|
|
545
|
+
"tttx-filter_1_8_6": HTMLTttxFilter_1_8_6Element;
|
|
546
|
+
"tttx-form_1_8_6": HTMLTttxForm_1_8_6Element;
|
|
547
|
+
"tttx-graph_1_8_6": HTMLTttxGraph_1_8_6Element;
|
|
548
|
+
"tttx-icon_1_8_6": HTMLTttxIcon_1_8_6Element;
|
|
549
|
+
"tttx-keyvalue-block_1_8_6": HTMLTttxKeyvalueBlock_1_8_6Element;
|
|
550
|
+
"tttx-list_1_8_6": HTMLTttxList_1_8_6Element;
|
|
551
|
+
"tttx-loading-spinner_1_8_6": HTMLTttxLoadingSpinner_1_8_6Element;
|
|
552
|
+
"tttx-multiselect-box_1_8_6": HTMLTttxMultiselectBox_1_8_6Element;
|
|
553
|
+
"tttx-percentage-bar_1_8_6": HTMLTttxPercentageBar_1_8_6Element;
|
|
554
|
+
"tttx-qrcode_1_8_6": HTMLTttxQrcode_1_8_6Element;
|
|
555
|
+
"tttx-select-box_1_8_6": HTMLTttxSelectBox_1_8_6Element;
|
|
556
|
+
"tttx-sorter_1_8_6": HTMLTttxSorter_1_8_6Element;
|
|
557
|
+
"tttx-standalone-input_1_8_6": HTMLTttxStandaloneInput_1_8_6Element;
|
|
558
|
+
"tttx-table_1_8_6": HTMLTttxTable_1_8_6Element;
|
|
559
|
+
"tttx-tabs_1_8_6": HTMLTttxTabs_1_8_6Element;
|
|
560
|
+
"tttx-tag_1_8_6": HTMLTttxTag_1_8_6Element;
|
|
561
|
+
"tttx-textarea_1_8_6": HTMLTttxTextarea_1_8_6Element;
|
|
562
|
+
"tttx-toolbar_1_8_6": HTMLTttxToolbar_1_8_6Element;
|
|
563
|
+
"tttx-tree-view_1_8_6": HTMLTttxTreeView_1_8_6Element;
|
|
550
564
|
}
|
|
551
565
|
}
|
|
552
566
|
declare namespace LocalJSX {
|
|
553
|
-
interface
|
|
567
|
+
interface TttxButton_1_8_6 {
|
|
554
568
|
"design"?: string;
|
|
555
569
|
"icon"?: string;
|
|
556
570
|
"iconcolor"?: string;
|
|
557
571
|
"iconposition"?: 'left' | 'right';
|
|
558
572
|
"notext"?: boolean;
|
|
559
573
|
}
|
|
560
|
-
interface
|
|
574
|
+
interface TttxCheckboxGroupCaption_1_8_6 {
|
|
561
575
|
}
|
|
562
|
-
interface
|
|
576
|
+
interface TttxCheckboxGroupHeading_1_8_6 {
|
|
563
577
|
}
|
|
564
|
-
interface
|
|
578
|
+
interface TttxCheckboxGroup_1_8_6 {
|
|
565
579
|
}
|
|
566
|
-
interface
|
|
580
|
+
interface TttxCheckbox_1_8_6 {
|
|
567
581
|
"checkboxId"?: string;
|
|
568
582
|
"checked"?: boolean;
|
|
569
583
|
"indeterminate"?: boolean;
|
|
570
584
|
"inline"?: boolean;
|
|
571
585
|
"label"?: string;
|
|
572
|
-
"onCheckboxChangeEvent"?: (event:
|
|
586
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_8_6CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
573
587
|
}
|
|
574
|
-
interface
|
|
588
|
+
interface TttxComments_1_8_6 {
|
|
575
589
|
"comments"?: string | Comment[];
|
|
576
590
|
"currentuser"?: string;
|
|
577
|
-
"onCommentAdded"?: (event:
|
|
578
|
-
"onRequestFileDownload"?: (event:
|
|
579
|
-
"onRequestFileUpload"?: (event:
|
|
591
|
+
"onCommentAdded"?: (event: TttxComments_1_8_6CustomEvent<Comment>) => void;
|
|
592
|
+
"onRequestFileDownload"?: (event: TttxComments_1_8_6CustomEvent<string>) => void;
|
|
593
|
+
"onRequestFileUpload"?: (event: TttxComments_1_8_6CustomEvent<void>) => void;
|
|
580
594
|
}
|
|
581
|
-
interface
|
|
595
|
+
interface TttxDataPattern_1_8_6 {
|
|
582
596
|
"data"?: string;
|
|
583
597
|
"filterheader"?: string;
|
|
584
598
|
"filteroptions"?: string;
|
|
585
599
|
"sorteroptions"?: string;
|
|
586
600
|
}
|
|
587
|
-
interface
|
|
601
|
+
interface TttxDatacard_1_8_6 {
|
|
588
602
|
"cardTitle"?: string;
|
|
603
|
+
"cardType"?: string;
|
|
604
|
+
"chartConfig"?: string;
|
|
589
605
|
"iconStyle"?: string;
|
|
590
606
|
"leftData"?: string;
|
|
591
607
|
"rightData"?: string;
|
|
592
608
|
"rightSubtext"?: string;
|
|
593
609
|
}
|
|
594
|
-
interface
|
|
610
|
+
interface TttxDialogBox_1_8_6 {
|
|
595
611
|
"allowOverflow"?: boolean;
|
|
596
612
|
"data"?: string | DialogItems;
|
|
597
|
-
"onButtonClick"?: (event:
|
|
598
|
-
"onCloseButtonClick"?: (event:
|
|
613
|
+
"onButtonClick"?: (event: TttxDialogBox_1_8_6CustomEvent<any>) => void;
|
|
614
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_8_6CustomEvent<any>) => void;
|
|
599
615
|
"open"?: boolean;
|
|
600
616
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
601
617
|
}
|
|
602
|
-
interface
|
|
618
|
+
interface TttxDialog_1_8_6 {
|
|
603
619
|
"allowOverflow"?: boolean;
|
|
604
620
|
"closeEnabled"?: boolean;
|
|
605
621
|
"header"?: string;
|
|
606
|
-
"onCloseButtonClick"?: (event:
|
|
622
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_8_6CustomEvent<any>) => void;
|
|
607
623
|
"open"?: boolean;
|
|
608
624
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
609
625
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
610
626
|
}
|
|
611
|
-
interface
|
|
627
|
+
interface TttxExpander_1_8_6 {
|
|
612
628
|
"lefticon"?: string;
|
|
613
629
|
"lefticoncolor"?: string;
|
|
614
630
|
"name"?: string;
|
|
615
|
-
"onToggleExpander"?: (event:
|
|
631
|
+
"onToggleExpander"?: (event: TttxExpander_1_8_6CustomEvent<{ open: boolean; name: string }>) => void;
|
|
616
632
|
"open"?: boolean;
|
|
617
633
|
}
|
|
618
|
-
interface
|
|
634
|
+
interface TttxFilter_1_8_6 {
|
|
619
635
|
"defaultFilterOptions"?: string[] | string;
|
|
620
636
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
621
637
|
"filterHeader"?: string;
|
|
622
638
|
"filterKey"?: string;
|
|
623
639
|
"filterOptions"?: string | FilterSettings[];
|
|
624
|
-
"onFilterChangeEvent"?: (event:
|
|
625
|
-
"onToggleFilter"?: (event:
|
|
640
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_8_6CustomEvent<FilterChangeEvent>) => void;
|
|
641
|
+
"onToggleFilter"?: (event: TttxFilter_1_8_6CustomEvent<boolean>) => void;
|
|
626
642
|
"popoverWidth"?: string;
|
|
627
643
|
"showOptionIcons"?: boolean;
|
|
628
644
|
"showSearchField"?: boolean;
|
|
629
645
|
"showSelectAll"?: boolean;
|
|
630
646
|
}
|
|
631
|
-
interface
|
|
647
|
+
interface TttxForm_1_8_6 {
|
|
632
648
|
"data"?: any;
|
|
633
649
|
"formschema"?: Record<string, any> | string;
|
|
634
|
-
"onDataChanged"?: (event:
|
|
635
|
-
"onDataSubmitted"?: (event:
|
|
650
|
+
"onDataChanged"?: (event: TttxForm_1_8_6CustomEvent<{ name: string; value: string }>) => void;
|
|
651
|
+
"onDataSubmitted"?: (event: TttxForm_1_8_6CustomEvent<FormData>) => void;
|
|
652
|
+
}
|
|
653
|
+
interface TttxGraph_1_8_6 {
|
|
654
|
+
"chartData"?: string;
|
|
655
|
+
"chartText"?: string;
|
|
656
|
+
"chartType"?: string;
|
|
636
657
|
}
|
|
637
|
-
interface
|
|
658
|
+
interface TttxIcon_1_8_6 {
|
|
638
659
|
"color"?: string;
|
|
639
660
|
"icon"?: string;
|
|
640
661
|
"size"?: number;
|
|
641
662
|
}
|
|
642
|
-
interface
|
|
663
|
+
interface TttxKeyvalueBlock_1_8_6 {
|
|
643
664
|
"horizontal"?: boolean;
|
|
644
665
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
645
666
|
"spacedout"?: boolean;
|
|
646
667
|
}
|
|
647
|
-
interface
|
|
668
|
+
interface TttxList_1_8_6 {
|
|
648
669
|
"data"?: string | ListItem[];
|
|
649
670
|
"name"?: string;
|
|
650
|
-
"onListRowCheckboxClick"?: (event:
|
|
651
|
-
"onListRowClick"?: (event:
|
|
671
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_8_6CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
672
|
+
"onListRowClick"?: (event: TttxList_1_8_6CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
652
673
|
}
|
|
653
|
-
interface
|
|
674
|
+
interface TttxLoadingSpinner_1_8_6 {
|
|
654
675
|
"loadingMessage"?: boolean;
|
|
655
676
|
"size"?: 'small' | 'large';
|
|
656
677
|
}
|
|
657
|
-
interface
|
|
678
|
+
interface TttxMultiselectBox_1_8_6 {
|
|
658
679
|
"htmlVisibleValue"?: boolean;
|
|
659
680
|
"inline"?: boolean;
|
|
660
681
|
"label"?: string;
|
|
661
|
-
"onChangesApplied"?: (event:
|
|
662
|
-
"onSelectItemEvent"?: (event:
|
|
663
|
-
"onToggleOpen"?: (event:
|
|
682
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_8_6CustomEvent<SelectItem[]>) => void;
|
|
683
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_8_6CustomEvent<SelectItem>) => void;
|
|
684
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_8_6CustomEvent<boolean>) => void;
|
|
664
685
|
"optionsData"?: string | SelectItem[];
|
|
665
686
|
"placeholder"?: string;
|
|
666
687
|
"searchEnabled"?: boolean;
|
|
667
688
|
"visibleValue"?: string;
|
|
668
689
|
}
|
|
669
|
-
interface
|
|
690
|
+
interface TttxPercentageBar_1_8_6 {
|
|
670
691
|
"color"?: string;
|
|
671
692
|
"labelid"?: string;
|
|
672
693
|
"min"?: string;
|
|
673
694
|
"percentage"?: string | number;
|
|
674
695
|
"thresholds"?: string | Threshold[];
|
|
675
696
|
}
|
|
676
|
-
interface
|
|
697
|
+
interface TttxQrcode_1_8_6 {
|
|
677
698
|
"link"?: string;
|
|
678
699
|
"size"?: number;
|
|
679
700
|
}
|
|
680
|
-
interface
|
|
701
|
+
interface TttxSelectBox_1_8_6 {
|
|
681
702
|
"errorMsg"?: string;
|
|
682
703
|
"inline"?: boolean;
|
|
683
704
|
"label"?: string;
|
|
684
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
685
|
-
"onSelectItemEvent"?: (event:
|
|
686
|
-
"onToggleOpen"?: (event:
|
|
705
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_8_6CustomEvent<string>) => void;
|
|
706
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_8_6CustomEvent<SelectItem1>) => void;
|
|
707
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_8_6CustomEvent<boolean>) => void;
|
|
687
708
|
"optionsData"?: string | SelectItem1[];
|
|
688
709
|
"placeholder"?: string;
|
|
689
710
|
"searchEnabled"?: boolean;
|
|
@@ -692,15 +713,15 @@ declare namespace LocalJSX {
|
|
|
692
713
|
"showErrorMsg"?: boolean;
|
|
693
714
|
"useExternalFiltering"?: boolean;
|
|
694
715
|
}
|
|
695
|
-
interface
|
|
716
|
+
interface TttxSorter_1_8_6 {
|
|
696
717
|
"defaultOption"?: string;
|
|
697
718
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
698
719
|
"fieldOptionsData"?: string | SorterData;
|
|
699
|
-
"onSorterChangeEvent"?: (event:
|
|
700
|
-
"onToggleSorter"?: (event:
|
|
720
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_8_6CustomEvent<SorterChangeEvent>) => void;
|
|
721
|
+
"onToggleSorter"?: (event: TttxSorter_1_8_6CustomEvent<boolean>) => void;
|
|
701
722
|
"sorterKey"?: string;
|
|
702
723
|
}
|
|
703
|
-
interface
|
|
724
|
+
interface TttxStandaloneInput_1_8_6 {
|
|
704
725
|
"autocomplete"?: 'off' | 'on';
|
|
705
726
|
"checked"?: boolean;
|
|
706
727
|
"disabled"?: boolean;
|
|
@@ -716,8 +737,8 @@ declare namespace LocalJSX {
|
|
|
716
737
|
"inputiconcolor"?: string;
|
|
717
738
|
/**
|
|
718
739
|
* tabindex - Allows the HTML elements to be focusable
|
|
719
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
720
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
740
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_8_6 input-index="1" />
|
|
741
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_8_6 inputindex={1} />
|
|
721
742
|
*/
|
|
722
743
|
"inputindex"?: string | number;
|
|
723
744
|
/**
|
|
@@ -731,13 +752,13 @@ declare namespace LocalJSX {
|
|
|
731
752
|
"min"?: MinMaxDates | number;
|
|
732
753
|
"minlength"?: string | number;
|
|
733
754
|
"name"?: string;
|
|
734
|
-
"onBlurChanged"?: (event:
|
|
735
|
-
"onFocusChanged"?: (event:
|
|
736
|
-
"onInputIconClick"?: (event:
|
|
737
|
-
"onInvalidChanged"?: (event:
|
|
738
|
-
"onLeftIconClick"?: (event:
|
|
739
|
-
"onRightIconClick"?: (event:
|
|
740
|
-
"onValueChanged"?: (event:
|
|
755
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_8_6CustomEvent<string>) => void;
|
|
756
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_8_6CustomEvent<string>) => void;
|
|
757
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_8_6CustomEvent<void>) => void;
|
|
758
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_8_6CustomEvent<string>) => void;
|
|
759
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_8_6CustomEvent<void>) => void;
|
|
760
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_8_6CustomEvent<void>) => void;
|
|
761
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_8_6CustomEvent<string>) => void;
|
|
741
762
|
"pattern"?: string;
|
|
742
763
|
"placeholder"?: string;
|
|
743
764
|
"readonly"?: string | boolean;
|
|
@@ -752,36 +773,36 @@ declare namespace LocalJSX {
|
|
|
752
773
|
"type"?: string;
|
|
753
774
|
"value"?: string | number;
|
|
754
775
|
}
|
|
755
|
-
interface
|
|
776
|
+
interface TttxTable_1_8_6 {
|
|
756
777
|
"data"?: any;
|
|
757
778
|
"headers"?: TableHeader[];
|
|
758
779
|
"loading"?: boolean;
|
|
759
|
-
"onHeaderClicked"?: (event:
|
|
760
|
-
"onRowClicked"?: (event:
|
|
780
|
+
"onHeaderClicked"?: (event: TttxTable_1_8_6CustomEvent<any>) => void;
|
|
781
|
+
"onRowClicked"?: (event: TttxTable_1_8_6CustomEvent<any>) => void;
|
|
761
782
|
"selectable"?: boolean;
|
|
762
783
|
"selected"?: number;
|
|
763
784
|
}
|
|
764
|
-
interface
|
|
785
|
+
interface TttxTabs_1_8_6 {
|
|
765
786
|
"navigation"?: boolean;
|
|
766
|
-
"onLeftNavigation"?: (event:
|
|
767
|
-
"onRightNavigation"?: (event:
|
|
768
|
-
"onTabClick"?: (event:
|
|
787
|
+
"onLeftNavigation"?: (event: TttxTabs_1_8_6CustomEvent<any>) => void;
|
|
788
|
+
"onRightNavigation"?: (event: TttxTabs_1_8_6CustomEvent<any>) => void;
|
|
789
|
+
"onTabClick"?: (event: TttxTabs_1_8_6CustomEvent<{ tabId: string }>) => void;
|
|
769
790
|
"tabs"?: string | Tab[];
|
|
770
791
|
"tabsName"?: string;
|
|
771
792
|
"wide"?: boolean;
|
|
772
793
|
}
|
|
773
|
-
interface
|
|
794
|
+
interface TttxTag_1_8_6 {
|
|
774
795
|
"color"?: string;
|
|
775
796
|
"text"?: string;
|
|
776
797
|
"textColor"?: string;
|
|
777
798
|
}
|
|
778
|
-
interface
|
|
799
|
+
interface TttxTextarea_1_8_6 {
|
|
779
800
|
"disabled"?: boolean;
|
|
780
801
|
"errormsg"?: string;
|
|
781
802
|
/**
|
|
782
803
|
* tabindex - Allows the HTML elements to be focusable
|
|
783
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
784
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
804
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_8_6 input-index="1" />
|
|
805
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_8_6 inputindex={1} />
|
|
785
806
|
*/
|
|
786
807
|
"inputindex"?: string | number;
|
|
787
808
|
/**
|
|
@@ -792,10 +813,10 @@ declare namespace LocalJSX {
|
|
|
792
813
|
"label"?: string;
|
|
793
814
|
"maxlength"?: string | number;
|
|
794
815
|
"name"?: string;
|
|
795
|
-
"onBlurChanged"?: (event:
|
|
796
|
-
"onFocusChanged"?: (event:
|
|
797
|
-
"onInvalidChanged"?: (event:
|
|
798
|
-
"onValueChanged"?: (event:
|
|
816
|
+
"onBlurChanged"?: (event: TttxTextarea_1_8_6CustomEvent<string>) => void;
|
|
817
|
+
"onFocusChanged"?: (event: TttxTextarea_1_8_6CustomEvent<string>) => void;
|
|
818
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_8_6CustomEvent<string>) => void;
|
|
819
|
+
"onValueChanged"?: (event: TttxTextarea_1_8_6CustomEvent<string>) => void;
|
|
799
820
|
"placeholder"?: string;
|
|
800
821
|
"readonly"?: string | boolean;
|
|
801
822
|
"required"?: boolean;
|
|
@@ -809,80 +830,82 @@ declare namespace LocalJSX {
|
|
|
809
830
|
"textareaautofocus"?: boolean;
|
|
810
831
|
"value"?: string | number;
|
|
811
832
|
}
|
|
812
|
-
interface
|
|
833
|
+
interface TttxToolbar_1_8_6 {
|
|
813
834
|
"border"?: boolean;
|
|
814
835
|
}
|
|
815
|
-
interface
|
|
836
|
+
interface TttxTreeView_1_8_6 {
|
|
816
837
|
"data"?: TreeViewItem[];
|
|
817
|
-
"onCheckboxChange"?: (event:
|
|
818
|
-
"onClickEvent"?: (event:
|
|
819
|
-
"onExpandNode"?: (event:
|
|
838
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_8_6CustomEvent<TreeViewItem[]>) => void;
|
|
839
|
+
"onClickEvent"?: (event: TttxTreeView_1_8_6CustomEvent<TreeViewItem>) => void;
|
|
840
|
+
"onExpandNode"?: (event: TttxTreeView_1_8_6CustomEvent<ExpandNodeEvent>) => void;
|
|
820
841
|
}
|
|
821
842
|
interface IntrinsicElements {
|
|
822
|
-
"tttx-
|
|
823
|
-
"tttx-checkbox-group-
|
|
824
|
-
"tttx-checkbox-group-
|
|
825
|
-
"tttx-checkbox-
|
|
826
|
-
"tttx-
|
|
827
|
-
"tttx-
|
|
828
|
-
"tttx-data-
|
|
829
|
-
"tttx-
|
|
830
|
-
"tttx-dialog-
|
|
831
|
-
"tttx-
|
|
832
|
-
"tttx-
|
|
833
|
-
"tttx-
|
|
834
|
-
"tttx-
|
|
835
|
-
"tttx-
|
|
836
|
-
"tttx-
|
|
837
|
-
"tttx-
|
|
838
|
-
"tttx-
|
|
839
|
-
"tttx-
|
|
840
|
-
"tttx-
|
|
841
|
-
"tttx-
|
|
842
|
-
"tttx-
|
|
843
|
-
"tttx-
|
|
844
|
-
"tttx-
|
|
845
|
-
"tttx-
|
|
846
|
-
"tttx-
|
|
847
|
-
"tttx-
|
|
848
|
-
"tttx-
|
|
849
|
-
"tttx-
|
|
850
|
-
"tttx-
|
|
843
|
+
"tttx-button_1_8_6": TttxButton_1_8_6;
|
|
844
|
+
"tttx-checkbox-group-caption_1_8_6": TttxCheckboxGroupCaption_1_8_6;
|
|
845
|
+
"tttx-checkbox-group-heading_1_8_6": TttxCheckboxGroupHeading_1_8_6;
|
|
846
|
+
"tttx-checkbox-group_1_8_6": TttxCheckboxGroup_1_8_6;
|
|
847
|
+
"tttx-checkbox_1_8_6": TttxCheckbox_1_8_6;
|
|
848
|
+
"tttx-comments_1_8_6": TttxComments_1_8_6;
|
|
849
|
+
"tttx-data-pattern_1_8_6": TttxDataPattern_1_8_6;
|
|
850
|
+
"tttx-datacard_1_8_6": TttxDatacard_1_8_6;
|
|
851
|
+
"tttx-dialog-box_1_8_6": TttxDialogBox_1_8_6;
|
|
852
|
+
"tttx-dialog_1_8_6": TttxDialog_1_8_6;
|
|
853
|
+
"tttx-expander_1_8_6": TttxExpander_1_8_6;
|
|
854
|
+
"tttx-filter_1_8_6": TttxFilter_1_8_6;
|
|
855
|
+
"tttx-form_1_8_6": TttxForm_1_8_6;
|
|
856
|
+
"tttx-graph_1_8_6": TttxGraph_1_8_6;
|
|
857
|
+
"tttx-icon_1_8_6": TttxIcon_1_8_6;
|
|
858
|
+
"tttx-keyvalue-block_1_8_6": TttxKeyvalueBlock_1_8_6;
|
|
859
|
+
"tttx-list_1_8_6": TttxList_1_8_6;
|
|
860
|
+
"tttx-loading-spinner_1_8_6": TttxLoadingSpinner_1_8_6;
|
|
861
|
+
"tttx-multiselect-box_1_8_6": TttxMultiselectBox_1_8_6;
|
|
862
|
+
"tttx-percentage-bar_1_8_6": TttxPercentageBar_1_8_6;
|
|
863
|
+
"tttx-qrcode_1_8_6": TttxQrcode_1_8_6;
|
|
864
|
+
"tttx-select-box_1_8_6": TttxSelectBox_1_8_6;
|
|
865
|
+
"tttx-sorter_1_8_6": TttxSorter_1_8_6;
|
|
866
|
+
"tttx-standalone-input_1_8_6": TttxStandaloneInput_1_8_6;
|
|
867
|
+
"tttx-table_1_8_6": TttxTable_1_8_6;
|
|
868
|
+
"tttx-tabs_1_8_6": TttxTabs_1_8_6;
|
|
869
|
+
"tttx-tag_1_8_6": TttxTag_1_8_6;
|
|
870
|
+
"tttx-textarea_1_8_6": TttxTextarea_1_8_6;
|
|
871
|
+
"tttx-toolbar_1_8_6": TttxToolbar_1_8_6;
|
|
872
|
+
"tttx-tree-view_1_8_6": TttxTreeView_1_8_6;
|
|
851
873
|
}
|
|
852
874
|
}
|
|
853
875
|
export { LocalJSX as JSX };
|
|
854
876
|
declare module "@stencil/core" {
|
|
855
877
|
export namespace JSX {
|
|
856
878
|
interface IntrinsicElements {
|
|
857
|
-
"tttx-
|
|
858
|
-
"tttx-checkbox-group-
|
|
859
|
-
"tttx-checkbox-group-
|
|
860
|
-
"tttx-checkbox-
|
|
861
|
-
"tttx-
|
|
862
|
-
"tttx-
|
|
863
|
-
"tttx-data-
|
|
864
|
-
"tttx-
|
|
865
|
-
"tttx-dialog-
|
|
866
|
-
"tttx-
|
|
867
|
-
"tttx-
|
|
868
|
-
"tttx-
|
|
869
|
-
"tttx-
|
|
870
|
-
"tttx-
|
|
871
|
-
"tttx-
|
|
872
|
-
"tttx-
|
|
873
|
-
"tttx-
|
|
874
|
-
"tttx-
|
|
875
|
-
"tttx-
|
|
876
|
-
"tttx-
|
|
877
|
-
"tttx-
|
|
878
|
-
"tttx-
|
|
879
|
-
"tttx-
|
|
880
|
-
"tttx-
|
|
881
|
-
"tttx-
|
|
882
|
-
"tttx-
|
|
883
|
-
"tttx-
|
|
884
|
-
"tttx-
|
|
885
|
-
"tttx-
|
|
879
|
+
"tttx-button_1_8_6": LocalJSX.TttxButton_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxButton_1_8_6Element>;
|
|
880
|
+
"tttx-checkbox-group-caption_1_8_6": LocalJSX.TttxCheckboxGroupCaption_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_8_6Element>;
|
|
881
|
+
"tttx-checkbox-group-heading_1_8_6": LocalJSX.TttxCheckboxGroupHeading_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_8_6Element>;
|
|
882
|
+
"tttx-checkbox-group_1_8_6": LocalJSX.TttxCheckboxGroup_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_8_6Element>;
|
|
883
|
+
"tttx-checkbox_1_8_6": LocalJSX.TttxCheckbox_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_8_6Element>;
|
|
884
|
+
"tttx-comments_1_8_6": LocalJSX.TttxComments_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxComments_1_8_6Element>;
|
|
885
|
+
"tttx-data-pattern_1_8_6": LocalJSX.TttxDataPattern_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_8_6Element>;
|
|
886
|
+
"tttx-datacard_1_8_6": LocalJSX.TttxDatacard_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_8_6Element>;
|
|
887
|
+
"tttx-dialog-box_1_8_6": LocalJSX.TttxDialogBox_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_8_6Element>;
|
|
888
|
+
"tttx-dialog_1_8_6": LocalJSX.TttxDialog_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_8_6Element>;
|
|
889
|
+
"tttx-expander_1_8_6": LocalJSX.TttxExpander_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_8_6Element>;
|
|
890
|
+
"tttx-filter_1_8_6": LocalJSX.TttxFilter_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_8_6Element>;
|
|
891
|
+
"tttx-form_1_8_6": LocalJSX.TttxForm_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxForm_1_8_6Element>;
|
|
892
|
+
"tttx-graph_1_8_6": LocalJSX.TttxGraph_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_8_6Element>;
|
|
893
|
+
"tttx-icon_1_8_6": LocalJSX.TttxIcon_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_8_6Element>;
|
|
894
|
+
"tttx-keyvalue-block_1_8_6": LocalJSX.TttxKeyvalueBlock_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_8_6Element>;
|
|
895
|
+
"tttx-list_1_8_6": LocalJSX.TttxList_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxList_1_8_6Element>;
|
|
896
|
+
"tttx-loading-spinner_1_8_6": LocalJSX.TttxLoadingSpinner_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_8_6Element>;
|
|
897
|
+
"tttx-multiselect-box_1_8_6": LocalJSX.TttxMultiselectBox_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_8_6Element>;
|
|
898
|
+
"tttx-percentage-bar_1_8_6": LocalJSX.TttxPercentageBar_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_8_6Element>;
|
|
899
|
+
"tttx-qrcode_1_8_6": LocalJSX.TttxQrcode_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_8_6Element>;
|
|
900
|
+
"tttx-select-box_1_8_6": LocalJSX.TttxSelectBox_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_8_6Element>;
|
|
901
|
+
"tttx-sorter_1_8_6": LocalJSX.TttxSorter_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_8_6Element>;
|
|
902
|
+
"tttx-standalone-input_1_8_6": LocalJSX.TttxStandaloneInput_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_8_6Element>;
|
|
903
|
+
"tttx-table_1_8_6": LocalJSX.TttxTable_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxTable_1_8_6Element>;
|
|
904
|
+
"tttx-tabs_1_8_6": LocalJSX.TttxTabs_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_8_6Element>;
|
|
905
|
+
"tttx-tag_1_8_6": LocalJSX.TttxTag_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxTag_1_8_6Element>;
|
|
906
|
+
"tttx-textarea_1_8_6": LocalJSX.TttxTextarea_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_8_6Element>;
|
|
907
|
+
"tttx-toolbar_1_8_6": LocalJSX.TttxToolbar_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_8_6Element>;
|
|
908
|
+
"tttx-tree-view_1_8_6": LocalJSX.TttxTreeView_1_8_6 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_8_6Element>;
|
|
886
909
|
}
|
|
887
910
|
}
|
|
888
911
|
}
|