@3t-transform/threeteeui 1.9.25 → 1.9.27
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_9_25.cjs.entry.js → tttx-button_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_25.cjs.entry.js → tttx-checkbox-group-caption_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_25.cjs.entry.js → tttx-checkbox-group-heading_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_25.cjs.entry.js → tttx-checkbox-group_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_25.cjs.entry.js → tttx-checkbox_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_25.cjs.entry.js → tttx-comments_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-data-pattern_1_9_25.cjs.entry.js → tttx-data-pattern_1_9_27.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_25.cjs.entry.js → tttx-datacard_1_9_27.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_25.cjs.entry.js → tttx-dialog-box_1_9_27.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_25.cjs.entry.js → tttx-dialog_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_25.cjs.entry.js → tttx-expander_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_25_4.cjs.entry.js → tttx-filter_1_9_27_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_25.cjs.entry.js → tttx-form_1_9_27.cjs.entry.js} +5 -2
- package/dist/cjs/{tttx-graph_1_9_25.cjs.entry.js → tttx-graph_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_25.cjs.entry.js → tttx-icon_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_25.cjs.entry.js → tttx-keyvalue-block_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_25_3.cjs.entry.js → tttx-loading-spinner_1_9_27_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_25.cjs.entry.js → tttx-multiselect-box_1_9_27.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_25.cjs.entry.js → tttx-percentage-bar_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_25.cjs.entry.js → tttx-qrcode_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_25.cjs.entry.js → tttx-select-box_1_9_27.cjs.entry.js} +8 -6
- package/dist/cjs/{tttx-table_1_9_25.cjs.entry.js → tttx-table_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_25.cjs.entry.js → tttx-tabs_1_9_27.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_25.cjs.entry.js → tttx-textarea_1_9_27.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_25.cjs.entry.js → tttx-toggle_1_9_27.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_25.cjs.entry.js → tttx-tree-view_1_9_27.cjs.entry.js} +3 -3
- package/dist/cjs/tttx.cjs.js +1 -1
- 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.js +4 -4
- package/dist/collection/components/atoms/tttx-datacard/tttx-datacard.stories.js +10 -10
- 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 +2 -2
- package/dist/collection/components/atoms/tttx-tag/tttx-tag.stories.js +6 -6
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.js +1 -1
- package/dist/collection/components/atoms/tttx-toggle/tttx-toggle.stories.js +2 -2
- 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 +2 -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 +5 -2
- package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +7 -7
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.js +1 -1
- package/dist/collection/components/molecules/tttx-graph/tttx-graph.stories.js +1 -1
- 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 +7 -7
- package/dist/collection/components/molecules/tttx-multiselect-box/tttx-multiselect-box.stories.js +37 -37
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.js +26 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +27 -22
- 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 +5 -5
- package/dist/collection/components/organisms/tttx-data-pattern/tttx-data-pattern.stories.js +5 -5
- package/dist/components/index.d.ts +31 -31
- package/dist/components/index.js +31 -31
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_25.d.ts → tttx-button_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_25.js → tttx-button_1_9_27.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_25.js → tttx-checkbox-group-caption_1_9_27.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_25.js → tttx-checkbox-group-heading_1_9_27.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_25.js → tttx-checkbox-group_1_9_27.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_25.d.ts → tttx-checkbox_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_25.js → tttx-checkbox_1_9_27.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_25.d.ts → tttx-comments_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_25.js → tttx-comments_1_9_27.js} +7 -7
- package/dist/components/tttx-data-pattern_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_25.js → tttx-data-pattern_1_9_27.js} +16 -16
- package/dist/components/{tttx-comments_1_9_25.d.ts → tttx-datacard_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_25.js → tttx-datacard_1_9_27.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_25.js → tttx-dialog-box_1_9_27.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_25.d.ts → tttx-dialog_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_25.js → tttx-dialog_1_9_27.js} +8 -8
- package/dist/components/tttx-expander_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_25.js → tttx-expander_1_9_27.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_25.d.ts → tttx-filter_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_25.js → tttx-filter_1_9_27.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_25.d.ts → tttx-form_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_25.js → tttx-form_1_9_27.js} +14 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_25.d.ts → tttx-graph_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_25.js → tttx-graph_1_9_27.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_25.d.ts → tttx-icon_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_25.js → tttx-icon_1_9_27.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_25.js → tttx-keyvalue-block_1_9_27.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_25.d.ts → tttx-list_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_25.js → tttx-list_1_9_27.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_25.js → tttx-loading-spinner_1_9_27.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_25.js → tttx-multiselect-box_1_9_27.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_25.js → tttx-percentage-bar_1_9_27.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_25.d.ts → tttx-qrcode_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_25.js → tttx-qrcode_1_9_27.js} +5 -5
- package/dist/components/tttx-select-box.js +15 -12
- package/dist/components/tttx-select-box_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_25.js → tttx-select-box_1_9_27.js} +2 -2
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_25.js → tttx-sorter_1_9_27.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_25.js → tttx-standalone-input_1_9_27.js} +2 -2
- package/dist/components/{tttx-table_1_9_25.d.ts → tttx-table_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_25.js → tttx-table_1_9_27.js} +5 -5
- package/dist/components/{tttx-form_1_9_25.d.ts → tttx-tabs_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_25.js → tttx-tabs_1_9_27.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_25.d.ts → tttx-tag_1_9_27.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_25.js → tttx-tag_1_9_27.js} +2 -2
- package/dist/components/tttx-textarea_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_25.js → tttx-textarea_1_9_27.js} +6 -6
- package/dist/components/tttx-toggle_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_25.js → tttx-toggle_1_9_27.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_25.js → tttx-toolbar_1_9_27.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_27.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_25.js → tttx-tree-view_1_9_27.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tttx-button_1_9_25.entry.js → tttx-button_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_25.entry.js → tttx-checkbox-group-caption_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_25.entry.js → tttx-checkbox-group-heading_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_25.entry.js → tttx-checkbox-group_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_25.entry.js → tttx-checkbox_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_25.entry.js → tttx-comments_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-data-pattern_1_9_25.entry.js → tttx-data-pattern_1_9_27.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_25.entry.js → tttx-datacard_1_9_27.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_25.entry.js → tttx-dialog-box_1_9_27.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_25.entry.js → tttx-dialog_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_25.entry.js → tttx-expander_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_25_4.entry.js → tttx-filter_1_9_27_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_25.entry.js → tttx-form_1_9_27.entry.js} +5 -2
- package/dist/esm/{tttx-graph_1_9_25.entry.js → tttx-graph_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_25.entry.js → tttx-icon_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_25.entry.js → tttx-keyvalue-block_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_25_3.entry.js → tttx-loading-spinner_1_9_27_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_25.entry.js → tttx-multiselect-box_1_9_27.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_25.entry.js → tttx-percentage-bar_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_25.entry.js → tttx-qrcode_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_25.entry.js → tttx-select-box_1_9_27.entry.js} +8 -6
- package/dist/esm/{tttx-table_1_9_25.entry.js → tttx-table_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_25.entry.js → tttx-tabs_1_9_27.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_25.entry.js → tttx-textarea_1_9_27.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_25.entry.js → tttx-toggle_1_9_27.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_25.entry.js → tttx-tree-view_1_9_27.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-0da9f04c.entry.js +1 -1
- package/dist/tttx/p-0dfda92a.entry.js +1 -1
- package/dist/tttx/p-0e515960.entry.js +1 -1
- package/dist/tttx/p-0ffbf27e.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 -1
- package/dist/tttx/p-49ef7451.entry.js +1 -1
- package/dist/tttx/p-56c8c353.entry.js +1 -1
- package/dist/tttx/p-5722f326.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-74148f2a.entry.js +1 -1
- package/dist/tttx/p-79e218d0.entry.js +1 -1
- package/dist/tttx/p-9434561e.entry.js +1 -1
- package/dist/tttx/p-996a6061.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-c170e3b8.entry.js +1 -1
- package/dist/tttx/p-c34d99d1.entry.js +1 -1
- package/dist/tttx/p-c3c96b17.entry.js +1 -0
- package/dist/tttx/p-cfe412d0.entry.js +1 -1
- package/dist/tttx/p-de6e8250.entry.js +1 -1
- package/dist/tttx/p-f374e293.entry.js +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-checkbox-group/interfaces.d.ts +10 -0
- package/dist/types/components/molecules/tttx-dialog-box/interfaces.d.ts +25 -0
- package/dist/types/components/molecules/tttx-list/interfaces.d.ts +38 -0
- package/dist/types/components/molecules/tttx-multiselect-box/interfaces.d.ts +7 -0
- package/dist/types/components/molecules/tttx-select-box/interfaces.d.ts +7 -0
- package/dist/types/components/molecules/tttx-select-box/tttx-select-box.d.ts +2 -1
- package/dist/types/components/molecules/tttx-sorter/interfaces.d.ts +9 -0
- package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +2 -2
- package/dist/types/components/molecules/tttx-tabs/interfaces.d.ts +10 -0
- package/dist/types/components/molecules/tttx-textarea/tttx-textarea.d.ts +2 -2
- package/dist/types/components.d.ts +371 -369
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_25.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_25.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_25.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_25.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_25.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_25.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_25.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_25.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_25.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_25.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_25.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_25.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_25.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_25.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_25.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_25.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_25.d.ts +0 -11
- package/dist/tttx/p-f115bff6.entry.js +0 -1
|
@@ -20,32 +20,32 @@ 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_9_27 {
|
|
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_9_27 {
|
|
31
31
|
}
|
|
32
|
-
interface
|
|
32
|
+
interface TttxCheckboxGroupHeading_1_9_27 {
|
|
33
33
|
}
|
|
34
|
-
interface
|
|
34
|
+
interface TttxCheckboxGroup_1_9_27 {
|
|
35
35
|
}
|
|
36
|
-
interface
|
|
36
|
+
interface TttxCheckbox_1_9_27 {
|
|
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_9_27 {
|
|
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_9_27 {
|
|
49
49
|
"addbutton": boolean;
|
|
50
50
|
"addbuttonlabel": string;
|
|
51
51
|
"data": string;
|
|
@@ -55,7 +55,7 @@ export namespace Components {
|
|
|
55
55
|
"searchplaceholder": string;
|
|
56
56
|
"sorterOptions": string;
|
|
57
57
|
}
|
|
58
|
-
interface
|
|
58
|
+
interface TttxDatacard_1_9_27 {
|
|
59
59
|
"cardTitle": string;
|
|
60
60
|
"cardType": string;
|
|
61
61
|
"chartConfig": string;
|
|
@@ -64,13 +64,13 @@ export namespace Components {
|
|
|
64
64
|
"rightData": string;
|
|
65
65
|
"rightSubtext": string;
|
|
66
66
|
}
|
|
67
|
-
interface
|
|
67
|
+
interface TttxDialogBox_1_9_27 {
|
|
68
68
|
"allowOverflow": boolean;
|
|
69
69
|
"data": string | DialogItems;
|
|
70
70
|
"open": boolean;
|
|
71
71
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
72
72
|
}
|
|
73
|
-
interface
|
|
73
|
+
interface TttxDialog_1_9_27 {
|
|
74
74
|
"allowOverflow": boolean;
|
|
75
75
|
"closeEnabled": boolean;
|
|
76
76
|
"header": string;
|
|
@@ -78,13 +78,13 @@ export namespace Components {
|
|
|
78
78
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
79
79
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
80
80
|
}
|
|
81
|
-
interface
|
|
81
|
+
interface TttxExpander_1_9_27 {
|
|
82
82
|
"lefticon"?: string;
|
|
83
83
|
"lefticoncolor"?: string;
|
|
84
84
|
"name": string;
|
|
85
85
|
"open": boolean;
|
|
86
86
|
}
|
|
87
|
-
interface
|
|
87
|
+
interface TttxFilter_1_9_27 {
|
|
88
88
|
"defaultFilterOptions": string[] | string;
|
|
89
89
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
90
90
|
"filterHeader": string;
|
|
@@ -95,7 +95,7 @@ export namespace Components {
|
|
|
95
95
|
"showSearchField": boolean;
|
|
96
96
|
"showSelectAll": boolean;
|
|
97
97
|
}
|
|
98
|
-
interface
|
|
98
|
+
interface TttxForm_1_9_27 {
|
|
99
99
|
/**
|
|
100
100
|
* Clear the validation message on a given form field
|
|
101
101
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -142,30 +142,30 @@ export namespace Components {
|
|
|
142
142
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
143
143
|
"submit": () => Promise<void>;
|
|
144
144
|
}
|
|
145
|
-
interface
|
|
145
|
+
interface TttxGraph_1_9_27 {
|
|
146
146
|
"chartData": string;
|
|
147
147
|
"chartText": string;
|
|
148
148
|
"chartType": string;
|
|
149
149
|
}
|
|
150
|
-
interface
|
|
150
|
+
interface TttxIcon_1_9_27 {
|
|
151
151
|
"color": string;
|
|
152
152
|
"icon": string;
|
|
153
153
|
"size": number;
|
|
154
154
|
}
|
|
155
|
-
interface
|
|
155
|
+
interface TttxKeyvalueBlock_1_9_27 {
|
|
156
156
|
"horizontal": boolean;
|
|
157
157
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
158
158
|
"spacedout": boolean;
|
|
159
159
|
}
|
|
160
|
-
interface
|
|
160
|
+
interface TttxList_1_9_27 {
|
|
161
161
|
"data": string | ListItem[];
|
|
162
162
|
"name": string;
|
|
163
163
|
}
|
|
164
|
-
interface
|
|
164
|
+
interface TttxLoadingSpinner_1_9_27 {
|
|
165
165
|
"loadingMessage": boolean;
|
|
166
166
|
"size": 'small' | 'large';
|
|
167
167
|
}
|
|
168
|
-
interface
|
|
168
|
+
interface TttxMultiselectBox_1_9_27 {
|
|
169
169
|
"htmlVisibleValue": boolean;
|
|
170
170
|
"inline": boolean;
|
|
171
171
|
"isLoading": boolean;
|
|
@@ -179,18 +179,19 @@ export namespace Components {
|
|
|
179
179
|
"stopLocalSearch": boolean;
|
|
180
180
|
"visibleValue": string;
|
|
181
181
|
}
|
|
182
|
-
interface
|
|
182
|
+
interface TttxPercentageBar_1_9_27 {
|
|
183
183
|
"color"?: string;
|
|
184
184
|
"labelid"?: string;
|
|
185
185
|
"min": string;
|
|
186
186
|
"percentage": string | number;
|
|
187
187
|
"thresholds"?: string | Threshold[];
|
|
188
188
|
}
|
|
189
|
-
interface
|
|
189
|
+
interface TttxQrcode_1_9_27 {
|
|
190
190
|
"link": string;
|
|
191
191
|
"size": number;
|
|
192
192
|
}
|
|
193
|
-
interface
|
|
193
|
+
interface TttxSelectBox_1_9_27 {
|
|
194
|
+
"clearable": boolean;
|
|
194
195
|
"errorMsg": string;
|
|
195
196
|
"inline": boolean;
|
|
196
197
|
"isAllExternalDataLoaded": boolean;
|
|
@@ -209,13 +210,13 @@ export namespace Components {
|
|
|
209
210
|
"useExternalFiltering": boolean;
|
|
210
211
|
"useExternalPaginatedFiltering": boolean;
|
|
211
212
|
}
|
|
212
|
-
interface
|
|
213
|
+
interface TttxSorter_1_9_27 {
|
|
213
214
|
"defaultOption": string;
|
|
214
215
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
215
216
|
"fieldOptionsData": string | SorterData;
|
|
216
217
|
"sorterKey": string;
|
|
217
218
|
}
|
|
218
|
-
interface
|
|
219
|
+
interface TttxStandaloneInput_1_9_27 {
|
|
219
220
|
"autocomplete": 'off' | 'on';
|
|
220
221
|
"checked": boolean;
|
|
221
222
|
"disabled": boolean;
|
|
@@ -231,8 +232,8 @@ export namespace Components {
|
|
|
231
232
|
"inputiconcolor": string;
|
|
232
233
|
/**
|
|
233
234
|
* tabindex - Allows the HTML elements to be focusable
|
|
234
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
235
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
235
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_27 input-index="1" />
|
|
236
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_27 inputindex={1} />
|
|
236
237
|
*/
|
|
237
238
|
"inputindex": string | number;
|
|
238
239
|
/**
|
|
@@ -260,7 +261,7 @@ export namespace Components {
|
|
|
260
261
|
"type": string;
|
|
261
262
|
"value": string | number;
|
|
262
263
|
}
|
|
263
|
-
interface
|
|
264
|
+
interface TttxTable_1_9_27 {
|
|
264
265
|
"data": any;
|
|
265
266
|
"draggableHeaders": boolean;
|
|
266
267
|
"headers": TableHeader[];
|
|
@@ -268,13 +269,13 @@ export namespace Components {
|
|
|
268
269
|
"selectable": boolean;
|
|
269
270
|
"selected": number;
|
|
270
271
|
}
|
|
271
|
-
interface
|
|
272
|
+
interface TttxTabs_1_9_27 {
|
|
272
273
|
"navigation": boolean;
|
|
273
274
|
"tabs": string | Tab[];
|
|
274
275
|
"tabsName": string;
|
|
275
276
|
"wide": boolean;
|
|
276
277
|
}
|
|
277
|
-
interface
|
|
278
|
+
interface TttxTag_1_9_27 {
|
|
278
279
|
"color": string;
|
|
279
280
|
"hasIcon": boolean;
|
|
280
281
|
"icon": string;
|
|
@@ -283,13 +284,13 @@ export namespace Components {
|
|
|
283
284
|
"text": string;
|
|
284
285
|
"textColor": string;
|
|
285
286
|
}
|
|
286
|
-
interface
|
|
287
|
+
interface TttxTextarea_1_9_27 {
|
|
287
288
|
"disabled": boolean;
|
|
288
289
|
"errormsg": string;
|
|
289
290
|
/**
|
|
290
291
|
* tabindex - Allows the HTML elements to be focusable
|
|
291
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
292
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
292
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_27 input-index="1" />
|
|
293
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_27 inputindex={1} />
|
|
293
294
|
*/
|
|
294
295
|
"inputindex": string | number;
|
|
295
296
|
/**
|
|
@@ -313,335 +314,335 @@ export namespace Components {
|
|
|
313
314
|
"textareaautofocus": boolean;
|
|
314
315
|
"value": string | number;
|
|
315
316
|
}
|
|
316
|
-
interface
|
|
317
|
+
interface TttxToggle_1_9_27 {
|
|
317
318
|
"initialstate": boolean | string;
|
|
318
319
|
}
|
|
319
|
-
interface
|
|
320
|
+
interface TttxToolbar_1_9_27 {
|
|
320
321
|
"border": boolean;
|
|
321
322
|
}
|
|
322
|
-
interface
|
|
323
|
+
interface TttxTreeView_1_9_27 {
|
|
323
324
|
"data": TreeViewItem[];
|
|
324
325
|
}
|
|
325
326
|
}
|
|
326
|
-
export interface
|
|
327
|
+
export interface TttxCheckbox_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
327
328
|
detail: T;
|
|
328
|
-
target:
|
|
329
|
+
target: HTMLTttxCheckbox_1_9_27Element;
|
|
329
330
|
}
|
|
330
|
-
export interface
|
|
331
|
+
export interface TttxComments_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
331
332
|
detail: T;
|
|
332
|
-
target:
|
|
333
|
+
target: HTMLTttxComments_1_9_27Element;
|
|
333
334
|
}
|
|
334
|
-
export interface
|
|
335
|
+
export interface TttxDialogBox_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
335
336
|
detail: T;
|
|
336
|
-
target:
|
|
337
|
+
target: HTMLTttxDialogBox_1_9_27Element;
|
|
337
338
|
}
|
|
338
|
-
export interface
|
|
339
|
+
export interface TttxDialog_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
339
340
|
detail: T;
|
|
340
|
-
target:
|
|
341
|
+
target: HTMLTttxDialog_1_9_27Element;
|
|
341
342
|
}
|
|
342
|
-
export interface
|
|
343
|
+
export interface TttxExpander_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
343
344
|
detail: T;
|
|
344
|
-
target:
|
|
345
|
+
target: HTMLTttxExpander_1_9_27Element;
|
|
345
346
|
}
|
|
346
|
-
export interface
|
|
347
|
+
export interface TttxFilter_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
347
348
|
detail: T;
|
|
348
|
-
target:
|
|
349
|
+
target: HTMLTttxFilter_1_9_27Element;
|
|
349
350
|
}
|
|
350
|
-
export interface
|
|
351
|
+
export interface TttxForm_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
351
352
|
detail: T;
|
|
352
|
-
target:
|
|
353
|
+
target: HTMLTttxForm_1_9_27Element;
|
|
353
354
|
}
|
|
354
|
-
export interface
|
|
355
|
+
export interface TttxList_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
355
356
|
detail: T;
|
|
356
|
-
target:
|
|
357
|
+
target: HTMLTttxList_1_9_27Element;
|
|
357
358
|
}
|
|
358
|
-
export interface
|
|
359
|
+
export interface TttxMultiselectBox_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
359
360
|
detail: T;
|
|
360
|
-
target:
|
|
361
|
+
target: HTMLTttxMultiselectBox_1_9_27Element;
|
|
361
362
|
}
|
|
362
|
-
export interface
|
|
363
|
+
export interface TttxSelectBox_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
363
364
|
detail: T;
|
|
364
|
-
target:
|
|
365
|
+
target: HTMLTttxSelectBox_1_9_27Element;
|
|
365
366
|
}
|
|
366
|
-
export interface
|
|
367
|
+
export interface TttxSorter_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
367
368
|
detail: T;
|
|
368
|
-
target:
|
|
369
|
+
target: HTMLTttxSorter_1_9_27Element;
|
|
369
370
|
}
|
|
370
|
-
export interface
|
|
371
|
+
export interface TttxStandaloneInput_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
371
372
|
detail: T;
|
|
372
|
-
target:
|
|
373
|
+
target: HTMLTttxStandaloneInput_1_9_27Element;
|
|
373
374
|
}
|
|
374
|
-
export interface
|
|
375
|
+
export interface TttxTable_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
375
376
|
detail: T;
|
|
376
|
-
target:
|
|
377
|
+
target: HTMLTttxTable_1_9_27Element;
|
|
377
378
|
}
|
|
378
|
-
export interface
|
|
379
|
+
export interface TttxTabs_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
379
380
|
detail: T;
|
|
380
|
-
target:
|
|
381
|
+
target: HTMLTttxTabs_1_9_27Element;
|
|
381
382
|
}
|
|
382
|
-
export interface
|
|
383
|
+
export interface TttxTextarea_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
383
384
|
detail: T;
|
|
384
|
-
target:
|
|
385
|
+
target: HTMLTttxTextarea_1_9_27Element;
|
|
385
386
|
}
|
|
386
|
-
export interface
|
|
387
|
+
export interface TttxToggle_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
387
388
|
detail: T;
|
|
388
|
-
target:
|
|
389
|
+
target: HTMLTttxToggle_1_9_27Element;
|
|
389
390
|
}
|
|
390
|
-
export interface
|
|
391
|
+
export interface TttxTreeView_1_9_27CustomEvent<T> extends CustomEvent<T> {
|
|
391
392
|
detail: T;
|
|
392
|
-
target:
|
|
393
|
+
target: HTMLTttxTreeView_1_9_27Element;
|
|
393
394
|
}
|
|
394
395
|
declare global {
|
|
395
|
-
interface
|
|
396
|
+
interface HTMLTttxButton_1_9_27Element extends Components.TttxButton_1_9_27, HTMLStencilElement {
|
|
396
397
|
}
|
|
397
|
-
var
|
|
398
|
-
prototype:
|
|
399
|
-
new ():
|
|
398
|
+
var HTMLTttxButton_1_9_27Element: {
|
|
399
|
+
prototype: HTMLTttxButton_1_9_27Element;
|
|
400
|
+
new (): HTMLTttxButton_1_9_27Element;
|
|
400
401
|
};
|
|
401
|
-
interface
|
|
402
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_27Element extends Components.TttxCheckboxGroupCaption_1_9_27, HTMLStencilElement {
|
|
402
403
|
}
|
|
403
|
-
var
|
|
404
|
-
prototype:
|
|
405
|
-
new ():
|
|
404
|
+
var HTMLTttxCheckboxGroupCaption_1_9_27Element: {
|
|
405
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_27Element;
|
|
406
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_27Element;
|
|
406
407
|
};
|
|
407
|
-
interface
|
|
408
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_27Element extends Components.TttxCheckboxGroupHeading_1_9_27, HTMLStencilElement {
|
|
408
409
|
}
|
|
409
|
-
var
|
|
410
|
-
prototype:
|
|
411
|
-
new ():
|
|
410
|
+
var HTMLTttxCheckboxGroupHeading_1_9_27Element: {
|
|
411
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_27Element;
|
|
412
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_27Element;
|
|
412
413
|
};
|
|
413
|
-
interface
|
|
414
|
+
interface HTMLTttxCheckboxGroup_1_9_27Element extends Components.TttxCheckboxGroup_1_9_27, HTMLStencilElement {
|
|
414
415
|
}
|
|
415
|
-
var
|
|
416
|
-
prototype:
|
|
417
|
-
new ():
|
|
416
|
+
var HTMLTttxCheckboxGroup_1_9_27Element: {
|
|
417
|
+
prototype: HTMLTttxCheckboxGroup_1_9_27Element;
|
|
418
|
+
new (): HTMLTttxCheckboxGroup_1_9_27Element;
|
|
418
419
|
};
|
|
419
|
-
interface
|
|
420
|
+
interface HTMLTttxCheckbox_1_9_27Element extends Components.TttxCheckbox_1_9_27, HTMLStencilElement {
|
|
420
421
|
}
|
|
421
|
-
var
|
|
422
|
-
prototype:
|
|
423
|
-
new ():
|
|
422
|
+
var HTMLTttxCheckbox_1_9_27Element: {
|
|
423
|
+
prototype: HTMLTttxCheckbox_1_9_27Element;
|
|
424
|
+
new (): HTMLTttxCheckbox_1_9_27Element;
|
|
424
425
|
};
|
|
425
|
-
interface
|
|
426
|
+
interface HTMLTttxComments_1_9_27Element extends Components.TttxComments_1_9_27, HTMLStencilElement {
|
|
426
427
|
}
|
|
427
|
-
var
|
|
428
|
-
prototype:
|
|
429
|
-
new ():
|
|
428
|
+
var HTMLTttxComments_1_9_27Element: {
|
|
429
|
+
prototype: HTMLTttxComments_1_9_27Element;
|
|
430
|
+
new (): HTMLTttxComments_1_9_27Element;
|
|
430
431
|
};
|
|
431
|
-
interface
|
|
432
|
+
interface HTMLTttxDataPattern_1_9_27Element extends Components.TttxDataPattern_1_9_27, HTMLStencilElement {
|
|
432
433
|
}
|
|
433
|
-
var
|
|
434
|
-
prototype:
|
|
435
|
-
new ():
|
|
434
|
+
var HTMLTttxDataPattern_1_9_27Element: {
|
|
435
|
+
prototype: HTMLTttxDataPattern_1_9_27Element;
|
|
436
|
+
new (): HTMLTttxDataPattern_1_9_27Element;
|
|
436
437
|
};
|
|
437
|
-
interface
|
|
438
|
+
interface HTMLTttxDatacard_1_9_27Element extends Components.TttxDatacard_1_9_27, HTMLStencilElement {
|
|
438
439
|
}
|
|
439
|
-
var
|
|
440
|
-
prototype:
|
|
441
|
-
new ():
|
|
440
|
+
var HTMLTttxDatacard_1_9_27Element: {
|
|
441
|
+
prototype: HTMLTttxDatacard_1_9_27Element;
|
|
442
|
+
new (): HTMLTttxDatacard_1_9_27Element;
|
|
442
443
|
};
|
|
443
|
-
interface
|
|
444
|
+
interface HTMLTttxDialogBox_1_9_27Element extends Components.TttxDialogBox_1_9_27, HTMLStencilElement {
|
|
444
445
|
}
|
|
445
|
-
var
|
|
446
|
-
prototype:
|
|
447
|
-
new ():
|
|
446
|
+
var HTMLTttxDialogBox_1_9_27Element: {
|
|
447
|
+
prototype: HTMLTttxDialogBox_1_9_27Element;
|
|
448
|
+
new (): HTMLTttxDialogBox_1_9_27Element;
|
|
448
449
|
};
|
|
449
|
-
interface
|
|
450
|
+
interface HTMLTttxDialog_1_9_27Element extends Components.TttxDialog_1_9_27, HTMLStencilElement {
|
|
450
451
|
}
|
|
451
|
-
var
|
|
452
|
-
prototype:
|
|
453
|
-
new ():
|
|
452
|
+
var HTMLTttxDialog_1_9_27Element: {
|
|
453
|
+
prototype: HTMLTttxDialog_1_9_27Element;
|
|
454
|
+
new (): HTMLTttxDialog_1_9_27Element;
|
|
454
455
|
};
|
|
455
|
-
interface
|
|
456
|
+
interface HTMLTttxExpander_1_9_27Element extends Components.TttxExpander_1_9_27, HTMLStencilElement {
|
|
456
457
|
}
|
|
457
|
-
var
|
|
458
|
-
prototype:
|
|
459
|
-
new ():
|
|
458
|
+
var HTMLTttxExpander_1_9_27Element: {
|
|
459
|
+
prototype: HTMLTttxExpander_1_9_27Element;
|
|
460
|
+
new (): HTMLTttxExpander_1_9_27Element;
|
|
460
461
|
};
|
|
461
|
-
interface
|
|
462
|
+
interface HTMLTttxFilter_1_9_27Element extends Components.TttxFilter_1_9_27, HTMLStencilElement {
|
|
462
463
|
}
|
|
463
|
-
var
|
|
464
|
-
prototype:
|
|
465
|
-
new ():
|
|
464
|
+
var HTMLTttxFilter_1_9_27Element: {
|
|
465
|
+
prototype: HTMLTttxFilter_1_9_27Element;
|
|
466
|
+
new (): HTMLTttxFilter_1_9_27Element;
|
|
466
467
|
};
|
|
467
|
-
interface
|
|
468
|
+
interface HTMLTttxForm_1_9_27Element extends Components.TttxForm_1_9_27, HTMLStencilElement {
|
|
468
469
|
}
|
|
469
|
-
var
|
|
470
|
-
prototype:
|
|
471
|
-
new ():
|
|
470
|
+
var HTMLTttxForm_1_9_27Element: {
|
|
471
|
+
prototype: HTMLTttxForm_1_9_27Element;
|
|
472
|
+
new (): HTMLTttxForm_1_9_27Element;
|
|
472
473
|
};
|
|
473
|
-
interface
|
|
474
|
+
interface HTMLTttxGraph_1_9_27Element extends Components.TttxGraph_1_9_27, HTMLStencilElement {
|
|
474
475
|
}
|
|
475
|
-
var
|
|
476
|
-
prototype:
|
|
477
|
-
new ():
|
|
476
|
+
var HTMLTttxGraph_1_9_27Element: {
|
|
477
|
+
prototype: HTMLTttxGraph_1_9_27Element;
|
|
478
|
+
new (): HTMLTttxGraph_1_9_27Element;
|
|
478
479
|
};
|
|
479
|
-
interface
|
|
480
|
+
interface HTMLTttxIcon_1_9_27Element extends Components.TttxIcon_1_9_27, HTMLStencilElement {
|
|
480
481
|
}
|
|
481
|
-
var
|
|
482
|
-
prototype:
|
|
483
|
-
new ():
|
|
482
|
+
var HTMLTttxIcon_1_9_27Element: {
|
|
483
|
+
prototype: HTMLTttxIcon_1_9_27Element;
|
|
484
|
+
new (): HTMLTttxIcon_1_9_27Element;
|
|
484
485
|
};
|
|
485
|
-
interface
|
|
486
|
+
interface HTMLTttxKeyvalueBlock_1_9_27Element extends Components.TttxKeyvalueBlock_1_9_27, HTMLStencilElement {
|
|
486
487
|
}
|
|
487
|
-
var
|
|
488
|
-
prototype:
|
|
489
|
-
new ():
|
|
488
|
+
var HTMLTttxKeyvalueBlock_1_9_27Element: {
|
|
489
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_27Element;
|
|
490
|
+
new (): HTMLTttxKeyvalueBlock_1_9_27Element;
|
|
490
491
|
};
|
|
491
|
-
interface
|
|
492
|
+
interface HTMLTttxList_1_9_27Element extends Components.TttxList_1_9_27, HTMLStencilElement {
|
|
492
493
|
}
|
|
493
|
-
var
|
|
494
|
-
prototype:
|
|
495
|
-
new ():
|
|
494
|
+
var HTMLTttxList_1_9_27Element: {
|
|
495
|
+
prototype: HTMLTttxList_1_9_27Element;
|
|
496
|
+
new (): HTMLTttxList_1_9_27Element;
|
|
496
497
|
};
|
|
497
|
-
interface
|
|
498
|
+
interface HTMLTttxLoadingSpinner_1_9_27Element extends Components.TttxLoadingSpinner_1_9_27, HTMLStencilElement {
|
|
498
499
|
}
|
|
499
|
-
var
|
|
500
|
-
prototype:
|
|
501
|
-
new ():
|
|
500
|
+
var HTMLTttxLoadingSpinner_1_9_27Element: {
|
|
501
|
+
prototype: HTMLTttxLoadingSpinner_1_9_27Element;
|
|
502
|
+
new (): HTMLTttxLoadingSpinner_1_9_27Element;
|
|
502
503
|
};
|
|
503
|
-
interface
|
|
504
|
+
interface HTMLTttxMultiselectBox_1_9_27Element extends Components.TttxMultiselectBox_1_9_27, HTMLStencilElement {
|
|
504
505
|
}
|
|
505
|
-
var
|
|
506
|
-
prototype:
|
|
507
|
-
new ():
|
|
506
|
+
var HTMLTttxMultiselectBox_1_9_27Element: {
|
|
507
|
+
prototype: HTMLTttxMultiselectBox_1_9_27Element;
|
|
508
|
+
new (): HTMLTttxMultiselectBox_1_9_27Element;
|
|
508
509
|
};
|
|
509
|
-
interface
|
|
510
|
+
interface HTMLTttxPercentageBar_1_9_27Element extends Components.TttxPercentageBar_1_9_27, HTMLStencilElement {
|
|
510
511
|
}
|
|
511
|
-
var
|
|
512
|
-
prototype:
|
|
513
|
-
new ():
|
|
512
|
+
var HTMLTttxPercentageBar_1_9_27Element: {
|
|
513
|
+
prototype: HTMLTttxPercentageBar_1_9_27Element;
|
|
514
|
+
new (): HTMLTttxPercentageBar_1_9_27Element;
|
|
514
515
|
};
|
|
515
|
-
interface
|
|
516
|
+
interface HTMLTttxQrcode_1_9_27Element extends Components.TttxQrcode_1_9_27, HTMLStencilElement {
|
|
516
517
|
}
|
|
517
|
-
var
|
|
518
|
-
prototype:
|
|
519
|
-
new ():
|
|
518
|
+
var HTMLTttxQrcode_1_9_27Element: {
|
|
519
|
+
prototype: HTMLTttxQrcode_1_9_27Element;
|
|
520
|
+
new (): HTMLTttxQrcode_1_9_27Element;
|
|
520
521
|
};
|
|
521
|
-
interface
|
|
522
|
+
interface HTMLTttxSelectBox_1_9_27Element extends Components.TttxSelectBox_1_9_27, HTMLStencilElement {
|
|
522
523
|
}
|
|
523
|
-
var
|
|
524
|
-
prototype:
|
|
525
|
-
new ():
|
|
524
|
+
var HTMLTttxSelectBox_1_9_27Element: {
|
|
525
|
+
prototype: HTMLTttxSelectBox_1_9_27Element;
|
|
526
|
+
new (): HTMLTttxSelectBox_1_9_27Element;
|
|
526
527
|
};
|
|
527
|
-
interface
|
|
528
|
+
interface HTMLTttxSorter_1_9_27Element extends Components.TttxSorter_1_9_27, HTMLStencilElement {
|
|
528
529
|
}
|
|
529
|
-
var
|
|
530
|
-
prototype:
|
|
531
|
-
new ():
|
|
530
|
+
var HTMLTttxSorter_1_9_27Element: {
|
|
531
|
+
prototype: HTMLTttxSorter_1_9_27Element;
|
|
532
|
+
new (): HTMLTttxSorter_1_9_27Element;
|
|
532
533
|
};
|
|
533
|
-
interface
|
|
534
|
+
interface HTMLTttxStandaloneInput_1_9_27Element extends Components.TttxStandaloneInput_1_9_27, HTMLStencilElement {
|
|
534
535
|
}
|
|
535
|
-
var
|
|
536
|
-
prototype:
|
|
537
|
-
new ():
|
|
536
|
+
var HTMLTttxStandaloneInput_1_9_27Element: {
|
|
537
|
+
prototype: HTMLTttxStandaloneInput_1_9_27Element;
|
|
538
|
+
new (): HTMLTttxStandaloneInput_1_9_27Element;
|
|
538
539
|
};
|
|
539
|
-
interface
|
|
540
|
+
interface HTMLTttxTable_1_9_27Element extends Components.TttxTable_1_9_27, HTMLStencilElement {
|
|
540
541
|
}
|
|
541
|
-
var
|
|
542
|
-
prototype:
|
|
543
|
-
new ():
|
|
542
|
+
var HTMLTttxTable_1_9_27Element: {
|
|
543
|
+
prototype: HTMLTttxTable_1_9_27Element;
|
|
544
|
+
new (): HTMLTttxTable_1_9_27Element;
|
|
544
545
|
};
|
|
545
|
-
interface
|
|
546
|
+
interface HTMLTttxTabs_1_9_27Element extends Components.TttxTabs_1_9_27, HTMLStencilElement {
|
|
546
547
|
}
|
|
547
|
-
var
|
|
548
|
-
prototype:
|
|
549
|
-
new ():
|
|
548
|
+
var HTMLTttxTabs_1_9_27Element: {
|
|
549
|
+
prototype: HTMLTttxTabs_1_9_27Element;
|
|
550
|
+
new (): HTMLTttxTabs_1_9_27Element;
|
|
550
551
|
};
|
|
551
|
-
interface
|
|
552
|
+
interface HTMLTttxTag_1_9_27Element extends Components.TttxTag_1_9_27, HTMLStencilElement {
|
|
552
553
|
}
|
|
553
|
-
var
|
|
554
|
-
prototype:
|
|
555
|
-
new ():
|
|
554
|
+
var HTMLTttxTag_1_9_27Element: {
|
|
555
|
+
prototype: HTMLTttxTag_1_9_27Element;
|
|
556
|
+
new (): HTMLTttxTag_1_9_27Element;
|
|
556
557
|
};
|
|
557
|
-
interface
|
|
558
|
+
interface HTMLTttxTextarea_1_9_27Element extends Components.TttxTextarea_1_9_27, HTMLStencilElement {
|
|
558
559
|
}
|
|
559
|
-
var
|
|
560
|
-
prototype:
|
|
561
|
-
new ():
|
|
560
|
+
var HTMLTttxTextarea_1_9_27Element: {
|
|
561
|
+
prototype: HTMLTttxTextarea_1_9_27Element;
|
|
562
|
+
new (): HTMLTttxTextarea_1_9_27Element;
|
|
562
563
|
};
|
|
563
|
-
interface
|
|
564
|
+
interface HTMLTttxToggle_1_9_27Element extends Components.TttxToggle_1_9_27, HTMLStencilElement {
|
|
564
565
|
}
|
|
565
|
-
var
|
|
566
|
-
prototype:
|
|
567
|
-
new ():
|
|
566
|
+
var HTMLTttxToggle_1_9_27Element: {
|
|
567
|
+
prototype: HTMLTttxToggle_1_9_27Element;
|
|
568
|
+
new (): HTMLTttxToggle_1_9_27Element;
|
|
568
569
|
};
|
|
569
|
-
interface
|
|
570
|
+
interface HTMLTttxToolbar_1_9_27Element extends Components.TttxToolbar_1_9_27, HTMLStencilElement {
|
|
570
571
|
}
|
|
571
|
-
var
|
|
572
|
-
prototype:
|
|
573
|
-
new ():
|
|
572
|
+
var HTMLTttxToolbar_1_9_27Element: {
|
|
573
|
+
prototype: HTMLTttxToolbar_1_9_27Element;
|
|
574
|
+
new (): HTMLTttxToolbar_1_9_27Element;
|
|
574
575
|
};
|
|
575
|
-
interface
|
|
576
|
+
interface HTMLTttxTreeView_1_9_27Element extends Components.TttxTreeView_1_9_27, HTMLStencilElement {
|
|
576
577
|
}
|
|
577
|
-
var
|
|
578
|
-
prototype:
|
|
579
|
-
new ():
|
|
578
|
+
var HTMLTttxTreeView_1_9_27Element: {
|
|
579
|
+
prototype: HTMLTttxTreeView_1_9_27Element;
|
|
580
|
+
new (): HTMLTttxTreeView_1_9_27Element;
|
|
580
581
|
};
|
|
581
582
|
interface HTMLElementTagNameMap {
|
|
582
|
-
"tttx-
|
|
583
|
-
"tttx-checkbox-group-
|
|
584
|
-
"tttx-checkbox-group-
|
|
585
|
-
"tttx-checkbox-
|
|
586
|
-
"tttx-
|
|
587
|
-
"tttx-
|
|
588
|
-
"tttx-data-
|
|
589
|
-
"tttx-
|
|
590
|
-
"tttx-dialog-
|
|
591
|
-
"tttx-
|
|
592
|
-
"tttx-
|
|
593
|
-
"tttx-
|
|
594
|
-
"tttx-
|
|
595
|
-
"tttx-
|
|
596
|
-
"tttx-
|
|
597
|
-
"tttx-keyvalue-
|
|
598
|
-
"tttx-
|
|
599
|
-
"tttx-loading-
|
|
600
|
-
"tttx-multiselect-
|
|
601
|
-
"tttx-percentage-
|
|
602
|
-
"tttx-
|
|
603
|
-
"tttx-select-
|
|
604
|
-
"tttx-
|
|
605
|
-
"tttx-standalone-
|
|
606
|
-
"tttx-
|
|
607
|
-
"tttx-
|
|
608
|
-
"tttx-
|
|
609
|
-
"tttx-
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-
|
|
612
|
-
"tttx-tree-
|
|
583
|
+
"tttx-button_1_9_27": HTMLTttxButton_1_9_27Element;
|
|
584
|
+
"tttx-checkbox-group-caption_1_9_27": HTMLTttxCheckboxGroupCaption_1_9_27Element;
|
|
585
|
+
"tttx-checkbox-group-heading_1_9_27": HTMLTttxCheckboxGroupHeading_1_9_27Element;
|
|
586
|
+
"tttx-checkbox-group_1_9_27": HTMLTttxCheckboxGroup_1_9_27Element;
|
|
587
|
+
"tttx-checkbox_1_9_27": HTMLTttxCheckbox_1_9_27Element;
|
|
588
|
+
"tttx-comments_1_9_27": HTMLTttxComments_1_9_27Element;
|
|
589
|
+
"tttx-data-pattern_1_9_27": HTMLTttxDataPattern_1_9_27Element;
|
|
590
|
+
"tttx-datacard_1_9_27": HTMLTttxDatacard_1_9_27Element;
|
|
591
|
+
"tttx-dialog-box_1_9_27": HTMLTttxDialogBox_1_9_27Element;
|
|
592
|
+
"tttx-dialog_1_9_27": HTMLTttxDialog_1_9_27Element;
|
|
593
|
+
"tttx-expander_1_9_27": HTMLTttxExpander_1_9_27Element;
|
|
594
|
+
"tttx-filter_1_9_27": HTMLTttxFilter_1_9_27Element;
|
|
595
|
+
"tttx-form_1_9_27": HTMLTttxForm_1_9_27Element;
|
|
596
|
+
"tttx-graph_1_9_27": HTMLTttxGraph_1_9_27Element;
|
|
597
|
+
"tttx-icon_1_9_27": HTMLTttxIcon_1_9_27Element;
|
|
598
|
+
"tttx-keyvalue-block_1_9_27": HTMLTttxKeyvalueBlock_1_9_27Element;
|
|
599
|
+
"tttx-list_1_9_27": HTMLTttxList_1_9_27Element;
|
|
600
|
+
"tttx-loading-spinner_1_9_27": HTMLTttxLoadingSpinner_1_9_27Element;
|
|
601
|
+
"tttx-multiselect-box_1_9_27": HTMLTttxMultiselectBox_1_9_27Element;
|
|
602
|
+
"tttx-percentage-bar_1_9_27": HTMLTttxPercentageBar_1_9_27Element;
|
|
603
|
+
"tttx-qrcode_1_9_27": HTMLTttxQrcode_1_9_27Element;
|
|
604
|
+
"tttx-select-box_1_9_27": HTMLTttxSelectBox_1_9_27Element;
|
|
605
|
+
"tttx-sorter_1_9_27": HTMLTttxSorter_1_9_27Element;
|
|
606
|
+
"tttx-standalone-input_1_9_27": HTMLTttxStandaloneInput_1_9_27Element;
|
|
607
|
+
"tttx-table_1_9_27": HTMLTttxTable_1_9_27Element;
|
|
608
|
+
"tttx-tabs_1_9_27": HTMLTttxTabs_1_9_27Element;
|
|
609
|
+
"tttx-tag_1_9_27": HTMLTttxTag_1_9_27Element;
|
|
610
|
+
"tttx-textarea_1_9_27": HTMLTttxTextarea_1_9_27Element;
|
|
611
|
+
"tttx-toggle_1_9_27": HTMLTttxToggle_1_9_27Element;
|
|
612
|
+
"tttx-toolbar_1_9_27": HTMLTttxToolbar_1_9_27Element;
|
|
613
|
+
"tttx-tree-view_1_9_27": HTMLTttxTreeView_1_9_27Element;
|
|
613
614
|
}
|
|
614
615
|
}
|
|
615
616
|
declare namespace LocalJSX {
|
|
616
|
-
interface
|
|
617
|
+
interface TttxButton_1_9_27 {
|
|
617
618
|
"design"?: string;
|
|
618
619
|
"icon"?: string;
|
|
619
620
|
"iconcolor"?: string;
|
|
620
621
|
"iconposition"?: 'left' | 'right';
|
|
621
622
|
"notext"?: boolean;
|
|
622
623
|
}
|
|
623
|
-
interface
|
|
624
|
+
interface TttxCheckboxGroupCaption_1_9_27 {
|
|
624
625
|
}
|
|
625
|
-
interface
|
|
626
|
+
interface TttxCheckboxGroupHeading_1_9_27 {
|
|
626
627
|
}
|
|
627
|
-
interface
|
|
628
|
+
interface TttxCheckboxGroup_1_9_27 {
|
|
628
629
|
}
|
|
629
|
-
interface
|
|
630
|
+
interface TttxCheckbox_1_9_27 {
|
|
630
631
|
"checkboxId"?: string;
|
|
631
632
|
"checked"?: boolean;
|
|
632
633
|
"indeterminate"?: boolean;
|
|
633
634
|
"inline"?: boolean;
|
|
634
635
|
"label"?: string;
|
|
635
|
-
"onCheckboxChangeEvent"?: (event:
|
|
636
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_27CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
636
637
|
}
|
|
637
|
-
interface
|
|
638
|
+
interface TttxComments_1_9_27 {
|
|
638
639
|
"comments"?: string | Comment[];
|
|
639
640
|
"currentuser"?: string;
|
|
640
|
-
"onCommentAdded"?: (event:
|
|
641
|
-
"onRequestFileDownload"?: (event:
|
|
642
|
-
"onRequestFileUpload"?: (event:
|
|
641
|
+
"onCommentAdded"?: (event: TttxComments_1_9_27CustomEvent<Comment>) => void;
|
|
642
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_27CustomEvent<string>) => void;
|
|
643
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_27CustomEvent<void>) => void;
|
|
643
644
|
}
|
|
644
|
-
interface
|
|
645
|
+
interface TttxDataPattern_1_9_27 {
|
|
645
646
|
"addbutton"?: boolean;
|
|
646
647
|
"addbuttonlabel"?: string;
|
|
647
648
|
"data"?: string;
|
|
@@ -651,7 +652,7 @@ declare namespace LocalJSX {
|
|
|
651
652
|
"searchplaceholder"?: string;
|
|
652
653
|
"sorterOptions"?: string;
|
|
653
654
|
}
|
|
654
|
-
interface
|
|
655
|
+
interface TttxDatacard_1_9_27 {
|
|
655
656
|
"cardTitle"?: string;
|
|
656
657
|
"cardType"?: string;
|
|
657
658
|
"chartConfig"?: string;
|
|
@@ -660,87 +661,87 @@ declare namespace LocalJSX {
|
|
|
660
661
|
"rightData"?: string;
|
|
661
662
|
"rightSubtext"?: string;
|
|
662
663
|
}
|
|
663
|
-
interface
|
|
664
|
+
interface TttxDialogBox_1_9_27 {
|
|
664
665
|
"allowOverflow"?: boolean;
|
|
665
666
|
"data"?: string | DialogItems;
|
|
666
|
-
"onButtonClick"?: (event:
|
|
667
|
-
"onCloseButtonClick"?: (event:
|
|
668
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
667
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_27CustomEvent<any>) => void;
|
|
668
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_27CustomEvent<any>) => void;
|
|
669
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_27CustomEvent<any>) => void;
|
|
669
670
|
"open"?: boolean;
|
|
670
671
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
671
672
|
}
|
|
672
|
-
interface
|
|
673
|
+
interface TttxDialog_1_9_27 {
|
|
673
674
|
"allowOverflow"?: boolean;
|
|
674
675
|
"closeEnabled"?: boolean;
|
|
675
676
|
"header"?: string;
|
|
676
|
-
"onCloseButtonClick"?: (event:
|
|
677
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_27CustomEvent<any>) => void;
|
|
677
678
|
"open"?: boolean;
|
|
678
679
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
679
680
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
680
681
|
}
|
|
681
|
-
interface
|
|
682
|
+
interface TttxExpander_1_9_27 {
|
|
682
683
|
"lefticon"?: string;
|
|
683
684
|
"lefticoncolor"?: string;
|
|
684
685
|
"name"?: string;
|
|
685
|
-
"onToggleExpander"?: (event:
|
|
686
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_27CustomEvent<{ open: boolean; name: string }>) => void;
|
|
686
687
|
"open"?: boolean;
|
|
687
688
|
}
|
|
688
|
-
interface
|
|
689
|
+
interface TttxFilter_1_9_27 {
|
|
689
690
|
"defaultFilterOptions"?: string[] | string;
|
|
690
691
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
691
692
|
"filterHeader"?: string;
|
|
692
693
|
"filterKey"?: string;
|
|
693
694
|
"filterOptions"?: string | FilterSettings[];
|
|
694
|
-
"onFilterChangeEvent"?: (event:
|
|
695
|
-
"onToggleFilter"?: (event:
|
|
695
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_27CustomEvent<FilterChangeEvent>) => void;
|
|
696
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_27CustomEvent<boolean>) => void;
|
|
696
697
|
"popoverWidth"?: string;
|
|
697
698
|
"showOptionIcons"?: boolean;
|
|
698
699
|
"showSearchField"?: boolean;
|
|
699
700
|
"showSelectAll"?: boolean;
|
|
700
701
|
}
|
|
701
|
-
interface
|
|
702
|
+
interface TttxForm_1_9_27 {
|
|
702
703
|
"data"?: any;
|
|
703
704
|
"formschema"?: Record<string, any> | string;
|
|
704
|
-
"onDataChanged"?: (event:
|
|
705
|
-
"onDataSubmitted"?: (event:
|
|
706
|
-
"onSearchTermChanged"?: (event:
|
|
707
|
-
"onSelectToggleOpen"?: (event:
|
|
705
|
+
"onDataChanged"?: (event: TttxForm_1_9_27CustomEvent<{ name: string; value: string }>) => void;
|
|
706
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_27CustomEvent<FormData>) => void;
|
|
707
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_27CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
708
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_27CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
708
709
|
}
|
|
709
|
-
interface
|
|
710
|
+
interface TttxGraph_1_9_27 {
|
|
710
711
|
"chartData"?: string;
|
|
711
712
|
"chartText"?: string;
|
|
712
713
|
"chartType"?: string;
|
|
713
714
|
}
|
|
714
|
-
interface
|
|
715
|
+
interface TttxIcon_1_9_27 {
|
|
715
716
|
"color"?: string;
|
|
716
717
|
"icon"?: string;
|
|
717
718
|
"size"?: number;
|
|
718
719
|
}
|
|
719
|
-
interface
|
|
720
|
+
interface TttxKeyvalueBlock_1_9_27 {
|
|
720
721
|
"horizontal"?: boolean;
|
|
721
722
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
722
723
|
"spacedout"?: boolean;
|
|
723
724
|
}
|
|
724
|
-
interface
|
|
725
|
+
interface TttxList_1_9_27 {
|
|
725
726
|
"data"?: string | ListItem[];
|
|
726
727
|
"name"?: string;
|
|
727
|
-
"onListRowCheckboxClick"?: (event:
|
|
728
|
-
"onListRowClick"?: (event:
|
|
728
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_27CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
729
|
+
"onListRowClick"?: (event: TttxList_1_9_27CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
729
730
|
}
|
|
730
|
-
interface
|
|
731
|
+
interface TttxLoadingSpinner_1_9_27 {
|
|
731
732
|
"loadingMessage"?: boolean;
|
|
732
733
|
"size"?: 'small' | 'large';
|
|
733
734
|
}
|
|
734
|
-
interface
|
|
735
|
+
interface TttxMultiselectBox_1_9_27 {
|
|
735
736
|
"htmlVisibleValue"?: boolean;
|
|
736
737
|
"inline"?: boolean;
|
|
737
738
|
"isLoading"?: boolean;
|
|
738
739
|
"label"?: string;
|
|
739
740
|
"nonPriorityLabel"?: string;
|
|
740
|
-
"onChangesApplied"?: (event:
|
|
741
|
-
"onSearchDataChanged"?: (event:
|
|
742
|
-
"onSelectItemEvent"?: (event:
|
|
743
|
-
"onToggleOpen"?: (event:
|
|
741
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_27CustomEvent<SelectItem[]>) => void;
|
|
742
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_27CustomEvent<{ searchTerm: string; }>) => void;
|
|
743
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_27CustomEvent<SelectItem>) => void;
|
|
744
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_27CustomEvent<boolean>) => void;
|
|
744
745
|
"optionsData"?: string | SelectItem[];
|
|
745
746
|
"placeholder"?: string;
|
|
746
747
|
"priorityLabel"?: string;
|
|
@@ -749,28 +750,29 @@ declare namespace LocalJSX {
|
|
|
749
750
|
"stopLocalSearch"?: boolean;
|
|
750
751
|
"visibleValue"?: string;
|
|
751
752
|
}
|
|
752
|
-
interface
|
|
753
|
+
interface TttxPercentageBar_1_9_27 {
|
|
753
754
|
"color"?: string;
|
|
754
755
|
"labelid"?: string;
|
|
755
756
|
"min"?: string;
|
|
756
757
|
"percentage"?: string | number;
|
|
757
758
|
"thresholds"?: string | Threshold[];
|
|
758
759
|
}
|
|
759
|
-
interface
|
|
760
|
+
interface TttxQrcode_1_9_27 {
|
|
760
761
|
"link"?: string;
|
|
761
762
|
"size"?: number;
|
|
762
763
|
}
|
|
763
|
-
interface
|
|
764
|
+
interface TttxSelectBox_1_9_27 {
|
|
765
|
+
"clearable"?: boolean;
|
|
764
766
|
"errorMsg"?: string;
|
|
765
767
|
"inline"?: boolean;
|
|
766
768
|
"isAllExternalDataLoaded"?: boolean;
|
|
767
769
|
"isLoading"?: boolean;
|
|
768
770
|
"label"?: string;
|
|
769
771
|
"nonPriorityLabel"?: string;
|
|
770
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
771
|
-
"onSelectEndReached"?: (event:
|
|
772
|
-
"onSelectItemEvent"?: (event:
|
|
773
|
-
"onToggleOpen"?: (event:
|
|
772
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_27CustomEvent<string>) => void;
|
|
773
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_27CustomEvent<string>) => void;
|
|
774
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_27CustomEvent<SelectItem1>) => void;
|
|
775
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_27CustomEvent<boolean>) => void;
|
|
774
776
|
"optionsData"?: string | SelectItem1[];
|
|
775
777
|
"placeholder"?: string;
|
|
776
778
|
"priorityLabel"?: string;
|
|
@@ -782,15 +784,15 @@ declare namespace LocalJSX {
|
|
|
782
784
|
"useExternalFiltering"?: boolean;
|
|
783
785
|
"useExternalPaginatedFiltering"?: boolean;
|
|
784
786
|
}
|
|
785
|
-
interface
|
|
787
|
+
interface TttxSorter_1_9_27 {
|
|
786
788
|
"defaultOption"?: string;
|
|
787
789
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
788
790
|
"fieldOptionsData"?: string | SorterData;
|
|
789
|
-
"onSorterChangeEvent"?: (event:
|
|
790
|
-
"onToggleSorter"?: (event:
|
|
791
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_27CustomEvent<SorterChangeEvent>) => void;
|
|
792
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_27CustomEvent<boolean>) => void;
|
|
791
793
|
"sorterKey"?: string;
|
|
792
794
|
}
|
|
793
|
-
interface
|
|
795
|
+
interface TttxStandaloneInput_1_9_27 {
|
|
794
796
|
"autocomplete"?: 'off' | 'on';
|
|
795
797
|
"checked"?: boolean;
|
|
796
798
|
"disabled"?: boolean;
|
|
@@ -806,8 +808,8 @@ declare namespace LocalJSX {
|
|
|
806
808
|
"inputiconcolor"?: string;
|
|
807
809
|
/**
|
|
808
810
|
* tabindex - Allows the HTML elements to be focusable
|
|
809
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
810
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
811
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_27 input-index="1" />
|
|
812
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_27 inputindex={1} />
|
|
811
813
|
*/
|
|
812
814
|
"inputindex"?: string | number;
|
|
813
815
|
/**
|
|
@@ -821,13 +823,13 @@ declare namespace LocalJSX {
|
|
|
821
823
|
"min"?: MinMaxDates | number;
|
|
822
824
|
"minlength"?: string | number;
|
|
823
825
|
"name"?: string;
|
|
824
|
-
"onBlurChanged"?: (event:
|
|
825
|
-
"onFocusChanged"?: (event:
|
|
826
|
-
"onInputIconClick"?: (event:
|
|
827
|
-
"onInvalidChanged"?: (event:
|
|
828
|
-
"onLeftIconClick"?: (event:
|
|
829
|
-
"onRightIconClick"?: (event:
|
|
830
|
-
"onValueChanged"?: (event:
|
|
826
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_27CustomEvent<string>) => void;
|
|
827
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_27CustomEvent<string>) => void;
|
|
828
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_27CustomEvent<void>) => void;
|
|
829
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_27CustomEvent<string>) => void;
|
|
830
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_27CustomEvent<void>) => void;
|
|
831
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_27CustomEvent<void>) => void;
|
|
832
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_27CustomEvent<string>) => void;
|
|
831
833
|
"pattern"?: string;
|
|
832
834
|
"placeholder"?: string;
|
|
833
835
|
"readonly"?: string | boolean;
|
|
@@ -842,27 +844,27 @@ declare namespace LocalJSX {
|
|
|
842
844
|
"type"?: string;
|
|
843
845
|
"value"?: string | number;
|
|
844
846
|
}
|
|
845
|
-
interface
|
|
847
|
+
interface TttxTable_1_9_27 {
|
|
846
848
|
"data"?: any;
|
|
847
849
|
"draggableHeaders"?: boolean;
|
|
848
850
|
"headers"?: TableHeader[];
|
|
849
851
|
"loading"?: boolean;
|
|
850
|
-
"onHeaderClicked"?: (event:
|
|
851
|
-
"onHeaderOrderChanged"?: (event:
|
|
852
|
-
"onRowClicked"?: (event:
|
|
852
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_27CustomEvent<any>) => void;
|
|
853
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_27CustomEvent<string[]>) => void;
|
|
854
|
+
"onRowClicked"?: (event: TttxTable_1_9_27CustomEvent<any>) => void;
|
|
853
855
|
"selectable"?: boolean;
|
|
854
856
|
"selected"?: number;
|
|
855
857
|
}
|
|
856
|
-
interface
|
|
858
|
+
interface TttxTabs_1_9_27 {
|
|
857
859
|
"navigation"?: boolean;
|
|
858
|
-
"onLeftNavigation"?: (event:
|
|
859
|
-
"onRightNavigation"?: (event:
|
|
860
|
-
"onTabClick"?: (event:
|
|
860
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_27CustomEvent<any>) => void;
|
|
861
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_27CustomEvent<any>) => void;
|
|
862
|
+
"onTabClick"?: (event: TttxTabs_1_9_27CustomEvent<{ tabId: string }>) => void;
|
|
861
863
|
"tabs"?: string | Tab[];
|
|
862
864
|
"tabsName"?: string;
|
|
863
865
|
"wide"?: boolean;
|
|
864
866
|
}
|
|
865
|
-
interface
|
|
867
|
+
interface TttxTag_1_9_27 {
|
|
866
868
|
"color"?: string;
|
|
867
869
|
"hasIcon"?: boolean;
|
|
868
870
|
"icon"?: string;
|
|
@@ -871,13 +873,13 @@ declare namespace LocalJSX {
|
|
|
871
873
|
"text"?: string;
|
|
872
874
|
"textColor"?: string;
|
|
873
875
|
}
|
|
874
|
-
interface
|
|
876
|
+
interface TttxTextarea_1_9_27 {
|
|
875
877
|
"disabled"?: boolean;
|
|
876
878
|
"errormsg"?: string;
|
|
877
879
|
/**
|
|
878
880
|
* tabindex - Allows the HTML elements to be focusable
|
|
879
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
880
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
881
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_27 input-index="1" />
|
|
882
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_27 inputindex={1} />
|
|
881
883
|
*/
|
|
882
884
|
"inputindex"?: string | number;
|
|
883
885
|
/**
|
|
@@ -888,10 +890,10 @@ declare namespace LocalJSX {
|
|
|
888
890
|
"label"?: string;
|
|
889
891
|
"maxlength"?: string | number;
|
|
890
892
|
"name"?: string;
|
|
891
|
-
"onBlurChanged"?: (event:
|
|
892
|
-
"onFocusChanged"?: (event:
|
|
893
|
-
"onInvalidChanged"?: (event:
|
|
894
|
-
"onValueChanged"?: (event:
|
|
893
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_27CustomEvent<string>) => void;
|
|
894
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_27CustomEvent<string>) => void;
|
|
895
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_27CustomEvent<string>) => void;
|
|
896
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_27CustomEvent<string>) => void;
|
|
895
897
|
"placeholder"?: string;
|
|
896
898
|
"readonly"?: string | boolean;
|
|
897
899
|
"required"?: boolean;
|
|
@@ -905,88 +907,88 @@ declare namespace LocalJSX {
|
|
|
905
907
|
"textareaautofocus"?: boolean;
|
|
906
908
|
"value"?: string | number;
|
|
907
909
|
}
|
|
908
|
-
interface
|
|
910
|
+
interface TttxToggle_1_9_27 {
|
|
909
911
|
"initialstate"?: boolean | string;
|
|
910
|
-
"onToggleSwitchEvent"?: (event:
|
|
912
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_27CustomEvent<{checked: boolean}>) => void;
|
|
911
913
|
}
|
|
912
|
-
interface
|
|
914
|
+
interface TttxToolbar_1_9_27 {
|
|
913
915
|
"border"?: boolean;
|
|
914
916
|
}
|
|
915
|
-
interface
|
|
917
|
+
interface TttxTreeView_1_9_27 {
|
|
916
918
|
"data"?: TreeViewItem[];
|
|
917
|
-
"onCheckboxChange"?: (event:
|
|
918
|
-
"onClickEvent"?: (event:
|
|
919
|
-
"onExpandNode"?: (event:
|
|
919
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_27CustomEvent<TreeViewItem[]>) => void;
|
|
920
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_27CustomEvent<TreeViewItem>) => void;
|
|
921
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_27CustomEvent<ExpandNodeEvent>) => void;
|
|
920
922
|
}
|
|
921
923
|
interface IntrinsicElements {
|
|
922
|
-
"tttx-
|
|
923
|
-
"tttx-checkbox-group-
|
|
924
|
-
"tttx-checkbox-group-
|
|
925
|
-
"tttx-checkbox-
|
|
926
|
-
"tttx-
|
|
927
|
-
"tttx-
|
|
928
|
-
"tttx-data-
|
|
929
|
-
"tttx-
|
|
930
|
-
"tttx-dialog-
|
|
931
|
-
"tttx-
|
|
932
|
-
"tttx-
|
|
933
|
-
"tttx-
|
|
934
|
-
"tttx-
|
|
935
|
-
"tttx-
|
|
936
|
-
"tttx-
|
|
937
|
-
"tttx-keyvalue-
|
|
938
|
-
"tttx-
|
|
939
|
-
"tttx-loading-
|
|
940
|
-
"tttx-multiselect-
|
|
941
|
-
"tttx-percentage-
|
|
942
|
-
"tttx-
|
|
943
|
-
"tttx-select-
|
|
944
|
-
"tttx-
|
|
945
|
-
"tttx-standalone-
|
|
946
|
-
"tttx-
|
|
947
|
-
"tttx-
|
|
948
|
-
"tttx-
|
|
949
|
-
"tttx-
|
|
950
|
-
"tttx-
|
|
951
|
-
"tttx-
|
|
952
|
-
"tttx-tree-
|
|
924
|
+
"tttx-button_1_9_27": TttxButton_1_9_27;
|
|
925
|
+
"tttx-checkbox-group-caption_1_9_27": TttxCheckboxGroupCaption_1_9_27;
|
|
926
|
+
"tttx-checkbox-group-heading_1_9_27": TttxCheckboxGroupHeading_1_9_27;
|
|
927
|
+
"tttx-checkbox-group_1_9_27": TttxCheckboxGroup_1_9_27;
|
|
928
|
+
"tttx-checkbox_1_9_27": TttxCheckbox_1_9_27;
|
|
929
|
+
"tttx-comments_1_9_27": TttxComments_1_9_27;
|
|
930
|
+
"tttx-data-pattern_1_9_27": TttxDataPattern_1_9_27;
|
|
931
|
+
"tttx-datacard_1_9_27": TttxDatacard_1_9_27;
|
|
932
|
+
"tttx-dialog-box_1_9_27": TttxDialogBox_1_9_27;
|
|
933
|
+
"tttx-dialog_1_9_27": TttxDialog_1_9_27;
|
|
934
|
+
"tttx-expander_1_9_27": TttxExpander_1_9_27;
|
|
935
|
+
"tttx-filter_1_9_27": TttxFilter_1_9_27;
|
|
936
|
+
"tttx-form_1_9_27": TttxForm_1_9_27;
|
|
937
|
+
"tttx-graph_1_9_27": TttxGraph_1_9_27;
|
|
938
|
+
"tttx-icon_1_9_27": TttxIcon_1_9_27;
|
|
939
|
+
"tttx-keyvalue-block_1_9_27": TttxKeyvalueBlock_1_9_27;
|
|
940
|
+
"tttx-list_1_9_27": TttxList_1_9_27;
|
|
941
|
+
"tttx-loading-spinner_1_9_27": TttxLoadingSpinner_1_9_27;
|
|
942
|
+
"tttx-multiselect-box_1_9_27": TttxMultiselectBox_1_9_27;
|
|
943
|
+
"tttx-percentage-bar_1_9_27": TttxPercentageBar_1_9_27;
|
|
944
|
+
"tttx-qrcode_1_9_27": TttxQrcode_1_9_27;
|
|
945
|
+
"tttx-select-box_1_9_27": TttxSelectBox_1_9_27;
|
|
946
|
+
"tttx-sorter_1_9_27": TttxSorter_1_9_27;
|
|
947
|
+
"tttx-standalone-input_1_9_27": TttxStandaloneInput_1_9_27;
|
|
948
|
+
"tttx-table_1_9_27": TttxTable_1_9_27;
|
|
949
|
+
"tttx-tabs_1_9_27": TttxTabs_1_9_27;
|
|
950
|
+
"tttx-tag_1_9_27": TttxTag_1_9_27;
|
|
951
|
+
"tttx-textarea_1_9_27": TttxTextarea_1_9_27;
|
|
952
|
+
"tttx-toggle_1_9_27": TttxToggle_1_9_27;
|
|
953
|
+
"tttx-toolbar_1_9_27": TttxToolbar_1_9_27;
|
|
954
|
+
"tttx-tree-view_1_9_27": TttxTreeView_1_9_27;
|
|
953
955
|
}
|
|
954
956
|
}
|
|
955
957
|
export { LocalJSX as JSX };
|
|
956
958
|
declare module "@stencil/core" {
|
|
957
959
|
export namespace JSX {
|
|
958
960
|
interface IntrinsicElements {
|
|
959
|
-
"tttx-
|
|
960
|
-
"tttx-checkbox-group-
|
|
961
|
-
"tttx-checkbox-group-
|
|
962
|
-
"tttx-checkbox-
|
|
963
|
-
"tttx-
|
|
964
|
-
"tttx-
|
|
965
|
-
"tttx-data-
|
|
966
|
-
"tttx-
|
|
967
|
-
"tttx-dialog-
|
|
968
|
-
"tttx-
|
|
969
|
-
"tttx-
|
|
970
|
-
"tttx-
|
|
971
|
-
"tttx-
|
|
972
|
-
"tttx-
|
|
973
|
-
"tttx-
|
|
974
|
-
"tttx-keyvalue-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-loading-
|
|
977
|
-
"tttx-multiselect-
|
|
978
|
-
"tttx-percentage-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-select-
|
|
981
|
-
"tttx-
|
|
982
|
-
"tttx-standalone-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-tree-
|
|
961
|
+
"tttx-button_1_9_27": LocalJSX.TttxButton_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_27Element>;
|
|
962
|
+
"tttx-checkbox-group-caption_1_9_27": LocalJSX.TttxCheckboxGroupCaption_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_27Element>;
|
|
963
|
+
"tttx-checkbox-group-heading_1_9_27": LocalJSX.TttxCheckboxGroupHeading_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_27Element>;
|
|
964
|
+
"tttx-checkbox-group_1_9_27": LocalJSX.TttxCheckboxGroup_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_27Element>;
|
|
965
|
+
"tttx-checkbox_1_9_27": LocalJSX.TttxCheckbox_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_27Element>;
|
|
966
|
+
"tttx-comments_1_9_27": LocalJSX.TttxComments_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_27Element>;
|
|
967
|
+
"tttx-data-pattern_1_9_27": LocalJSX.TttxDataPattern_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_27Element>;
|
|
968
|
+
"tttx-datacard_1_9_27": LocalJSX.TttxDatacard_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_27Element>;
|
|
969
|
+
"tttx-dialog-box_1_9_27": LocalJSX.TttxDialogBox_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_27Element>;
|
|
970
|
+
"tttx-dialog_1_9_27": LocalJSX.TttxDialog_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_27Element>;
|
|
971
|
+
"tttx-expander_1_9_27": LocalJSX.TttxExpander_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_27Element>;
|
|
972
|
+
"tttx-filter_1_9_27": LocalJSX.TttxFilter_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_27Element>;
|
|
973
|
+
"tttx-form_1_9_27": LocalJSX.TttxForm_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_27Element>;
|
|
974
|
+
"tttx-graph_1_9_27": LocalJSX.TttxGraph_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_27Element>;
|
|
975
|
+
"tttx-icon_1_9_27": LocalJSX.TttxIcon_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_27Element>;
|
|
976
|
+
"tttx-keyvalue-block_1_9_27": LocalJSX.TttxKeyvalueBlock_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_27Element>;
|
|
977
|
+
"tttx-list_1_9_27": LocalJSX.TttxList_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_27Element>;
|
|
978
|
+
"tttx-loading-spinner_1_9_27": LocalJSX.TttxLoadingSpinner_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_27Element>;
|
|
979
|
+
"tttx-multiselect-box_1_9_27": LocalJSX.TttxMultiselectBox_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_27Element>;
|
|
980
|
+
"tttx-percentage-bar_1_9_27": LocalJSX.TttxPercentageBar_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_27Element>;
|
|
981
|
+
"tttx-qrcode_1_9_27": LocalJSX.TttxQrcode_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_27Element>;
|
|
982
|
+
"tttx-select-box_1_9_27": LocalJSX.TttxSelectBox_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_27Element>;
|
|
983
|
+
"tttx-sorter_1_9_27": LocalJSX.TttxSorter_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_27Element>;
|
|
984
|
+
"tttx-standalone-input_1_9_27": LocalJSX.TttxStandaloneInput_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_27Element>;
|
|
985
|
+
"tttx-table_1_9_27": LocalJSX.TttxTable_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_27Element>;
|
|
986
|
+
"tttx-tabs_1_9_27": LocalJSX.TttxTabs_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_27Element>;
|
|
987
|
+
"tttx-tag_1_9_27": LocalJSX.TttxTag_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_27Element>;
|
|
988
|
+
"tttx-textarea_1_9_27": LocalJSX.TttxTextarea_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_27Element>;
|
|
989
|
+
"tttx-toggle_1_9_27": LocalJSX.TttxToggle_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_27Element>;
|
|
990
|
+
"tttx-toolbar_1_9_27": LocalJSX.TttxToolbar_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_27Element>;
|
|
991
|
+
"tttx-tree-view_1_9_27": LocalJSX.TttxTreeView_1_9_27 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_27Element>;
|
|
990
992
|
}
|
|
991
993
|
}
|
|
992
994
|
}
|