@3t-transform/threeteeui 1.9.44 → 1.9.46
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-action-dropdown_1_9_46.cjs.entry.js +61 -0
- package/dist/cjs/{tttx-button_1_9_44.cjs.entry.js → tttx-button_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-checkbox-group-caption_1_9_44.cjs.entry.js → tttx-checkbox-group-caption_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group-heading_1_9_44.cjs.entry.js → tttx-checkbox-group-heading_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox-group_1_9_44.cjs.entry.js → tttx-checkbox-group_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-checkbox_1_9_44.cjs.entry.js → tttx-checkbox_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-comments_1_9_44.cjs.entry.js → tttx-comments_1_9_46.cjs.entry.js} +57 -8
- package/dist/cjs/{tttx-data-pattern_1_9_44.cjs.entry.js → tttx-data-pattern_1_9_46.cjs.entry.js} +5 -5
- package/dist/cjs/{tttx-datacard_1_9_44.cjs.entry.js → tttx-datacard_1_9_46.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-dialog-box_1_9_44.cjs.entry.js → tttx-dialog-box_1_9_46.cjs.entry.js} +3 -3
- package/dist/cjs/{tttx-dialog_1_9_44.cjs.entry.js → tttx-dialog_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-expander_1_9_44.cjs.entry.js → tttx-expander_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-filter_1_9_44_4.cjs.entry.js → tttx-filter_1_9_46_4.cjs.entry.js} +9 -9
- package/dist/cjs/{tttx-form_1_9_44.cjs.entry.js → tttx-form_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-graph_1_9_44.cjs.entry.js → tttx-graph_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-icon_1_9_44.cjs.entry.js → tttx-icon_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-keyvalue-block_1_9_44.cjs.entry.js → tttx-keyvalue-block_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-loading-spinner_1_9_44_3.cjs.entry.js → tttx-loading-spinner_1_9_46_3.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-multiselect-box_1_9_44.cjs.entry.js → tttx-multiselect-box_1_9_46.cjs.entry.js} +7 -7
- package/dist/cjs/{tttx-percentage-bar_1_9_44.cjs.entry.js → tttx-percentage-bar_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-qrcode_1_9_44.cjs.entry.js → tttx-qrcode_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-select-box_1_9_44.cjs.entry.js → tttx-select-box_1_9_46.cjs.entry.js} +6 -6
- package/dist/cjs/{tttx-skeleton_loader_1_9_44.cjs.entry.js → tttx-skeleton_loader_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-table_1_9_44.cjs.entry.js → tttx-table_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tabs_1_9_44.cjs.entry.js → tttx-tabs_1_9_46.cjs.entry.js} +4 -4
- package/dist/cjs/{tttx-textarea_1_9_44.cjs.entry.js → tttx-textarea_1_9_46.cjs.entry.js} +2 -2
- package/dist/cjs/{tttx-toggle_1_9_44.cjs.entry.js → tttx-toggle_1_9_46.cjs.entry.js} +1 -1
- package/dist/cjs/{tttx-tree-view_1_9_44.cjs.entry.js → tttx-tree-view_1_9_46.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.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 +2 -2
- 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-skeleton-loader/tttx-skeleton-loader.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-action-dropdown/tttx-action-dropdown.css +109 -0
- package/dist/collection/components/molecules/tttx-action-dropdown/tttx-action-dropdown.js +213 -0
- package/dist/collection/components/molecules/tttx-action-dropdown/tttx-action-dropdown.stories.js +62 -0
- 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.css +36 -2
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.js +96 -9
- package/dist/collection/components/molecules/tttx-comments/tttx-comments.stories.js +16 -2
- 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 +8 -8
- 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 +6 -6
- package/dist/collection/components/molecules/tttx-select-box/tttx-select-box.stories.js +22 -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 +33 -32
- package/dist/components/index.js +33 -32
- package/dist/components/tttx-action-dropdown_1_9_46.d.ts +11 -0
- package/dist/components/tttx-action-dropdown_1_9_46.js +90 -0
- package/dist/components/tttx-button.js +5 -5
- package/dist/components/{tttx-button_1_9_44.d.ts → tttx-button_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-button_1_9_44.js → tttx-button_1_9_46.js} +2 -2
- package/dist/components/tttx-checkbox-group-caption_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-caption_1_9_44.js → tttx-checkbox-group-caption_1_9_46.js} +5 -5
- package/dist/components/tttx-checkbox-group-heading_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group-heading_1_9_44.js → tttx-checkbox-group-heading_1_9_46.js} +5 -5
- package/dist/components/tttx-checkbox-group_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-checkbox-group_1_9_44.js → tttx-checkbox-group_1_9_46.js} +5 -5
- package/dist/components/{tttx-datacard_1_9_44.d.ts → tttx-checkbox_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-checkbox_1_9_44.js → tttx-checkbox_1_9_46.js} +7 -7
- package/dist/components/{tttx-checkbox_1_9_44.d.ts → tttx-comments_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-comments_1_9_44.js → tttx-comments_1_9_46.js} +64 -13
- package/dist/components/tttx-data-pattern_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-data-pattern_1_9_44.js → tttx-data-pattern_1_9_46.js} +16 -16
- package/dist/components/{tttx-comments_1_9_44.d.ts → tttx-datacard_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-datacard_1_9_44.js → tttx-datacard_1_9_46.js} +10 -10
- package/dist/components/tttx-dialog-box_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-dialog-box_1_9_44.js → tttx-dialog-box_1_9_46.js} +9 -9
- package/dist/components/{tttx-dialog_1_9_44.d.ts → tttx-dialog_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-dialog_1_9_44.js → tttx-dialog_1_9_46.js} +8 -8
- package/dist/components/tttx-expander_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-expander_1_9_44.js → tttx-expander_1_9_46.js} +7 -7
- package/dist/components/tttx-filter.js +6 -6
- package/dist/components/{tttx-filter_1_9_44.d.ts → tttx-filter_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-filter_1_9_44.js → tttx-filter_1_9_46.js} +2 -2
- package/dist/components/{tttx-tabs_1_9_44.d.ts → tttx-form_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-form_1_9_44.js → tttx-form_1_9_46.js} +11 -11
- package/dist/components/tttx-graph.js +3 -3
- package/dist/components/{tttx-graph_1_9_44.d.ts → tttx-graph_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-graph_1_9_44.js → tttx-graph_1_9_46.js} +2 -2
- package/dist/components/tttx-icon.js +3 -3
- package/dist/components/{tttx-icon_1_9_44.d.ts → tttx-icon_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-icon_1_9_44.js → tttx-icon_1_9_46.js} +2 -2
- package/dist/components/tttx-keyvalue-block_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-keyvalue-block_1_9_44.js → tttx-keyvalue-block_1_9_46.js} +5 -5
- package/dist/components/tttx-list.js +6 -6
- package/dist/components/{tttx-list_1_9_44.d.ts → tttx-list_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-list_1_9_44.js → tttx-list_1_9_46.js} +2 -2
- package/dist/components/tttx-loading-spinner.js +3 -3
- package/dist/components/tttx-loading-spinner_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-loading-spinner_1_9_44.js → tttx-loading-spinner_1_9_46.js} +2 -2
- package/dist/components/tttx-multiselect-box_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-multiselect-box_1_9_44.js → tttx-multiselect-box_1_9_46.js} +16 -16
- package/dist/components/tttx-percentage-bar_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-percentage-bar_1_9_44.js → tttx-percentage-bar_1_9_46.js} +6 -6
- package/dist/components/{tttx-qrcode_1_9_44.d.ts → tttx-qrcode_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-qrcode_1_9_44.js → tttx-qrcode_1_9_46.js} +5 -5
- package/dist/components/tttx-select-box.js +12 -12
- package/dist/components/tttx-select-box_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-select-box_1_9_44.js → tttx-select-box_1_9_46.js} +2 -2
- package/dist/components/tttx-skeleton_loader_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-skeleton_loader_1_9_44.js → tttx-skeleton_loader_1_9_46.js} +5 -5
- package/dist/components/tttx-sorter.js +5 -5
- package/dist/components/tttx-sorter_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-sorter_1_9_44.js → tttx-sorter_1_9_46.js} +2 -2
- package/dist/components/tttx-standalone-input.js +6 -6
- package/dist/components/tttx-standalone-input_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-standalone-input_1_9_44.js → tttx-standalone-input_1_9_46.js} +2 -2
- package/dist/components/{tttx-table_1_9_44.d.ts → tttx-table_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-table_1_9_44.js → tttx-table_1_9_46.js} +5 -5
- package/dist/components/{tttx-form_1_9_44.d.ts → tttx-tabs_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-tabs_1_9_44.js → tttx-tabs_1_9_46.js} +9 -9
- package/dist/components/tttx-tag.js +5 -5
- package/dist/components/{tttx-tag_1_9_44.d.ts → tttx-tag_1_9_46.d.ts} +4 -4
- package/dist/components/{tttx-tag_1_9_44.js → tttx-tag_1_9_46.js} +2 -2
- package/dist/components/tttx-textarea_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-textarea_1_9_44.js → tttx-textarea_1_9_46.js} +6 -6
- package/dist/components/tttx-toggle_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-toggle_1_9_44.js → tttx-toggle_1_9_46.js} +5 -5
- package/dist/components/tttx-toolbar.js +3 -3
- package/dist/components/tttx-toolbar_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-toolbar_1_9_44.js → tttx-toolbar_1_9_46.js} +2 -2
- package/dist/components/tttx-tree-view_1_9_46.d.ts +11 -0
- package/dist/components/{tttx-tree-view_1_9_44.js → tttx-tree-view_1_9_46.js} +9 -9
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tttx-action-dropdown_1_9_46.entry.js +57 -0
- package/dist/esm/{tttx-button_1_9_44.entry.js → tttx-button_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-checkbox-group-caption_1_9_44.entry.js → tttx-checkbox-group-caption_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group-heading_1_9_44.entry.js → tttx-checkbox-group-heading_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox-group_1_9_44.entry.js → tttx-checkbox-group_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-checkbox_1_9_44.entry.js → tttx-checkbox_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-comments_1_9_44.entry.js → tttx-comments_1_9_46.entry.js} +57 -8
- package/dist/esm/{tttx-data-pattern_1_9_44.entry.js → tttx-data-pattern_1_9_46.entry.js} +5 -5
- package/dist/esm/{tttx-datacard_1_9_44.entry.js → tttx-datacard_1_9_46.entry.js} +4 -4
- package/dist/esm/{tttx-dialog-box_1_9_44.entry.js → tttx-dialog-box_1_9_46.entry.js} +3 -3
- package/dist/esm/{tttx-dialog_1_9_44.entry.js → tttx-dialog_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-expander_1_9_44.entry.js → tttx-expander_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-filter_1_9_44_4.entry.js → tttx-filter_1_9_46_4.entry.js} +6 -6
- package/dist/esm/{tttx-form_1_9_44.entry.js → tttx-form_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-graph_1_9_44.entry.js → tttx-graph_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-icon_1_9_44.entry.js → tttx-icon_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-keyvalue-block_1_9_44.entry.js → tttx-keyvalue-block_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-loading-spinner_1_9_44_3.entry.js → tttx-loading-spinner_1_9_46_3.entry.js} +4 -4
- package/dist/esm/{tttx-multiselect-box_1_9_44.entry.js → tttx-multiselect-box_1_9_46.entry.js} +7 -7
- package/dist/esm/{tttx-percentage-bar_1_9_44.entry.js → tttx-percentage-bar_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-qrcode_1_9_44.entry.js → tttx-qrcode_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-select-box_1_9_44.entry.js → tttx-select-box_1_9_46.entry.js} +6 -6
- package/dist/esm/{tttx-skeleton_loader_1_9_44.entry.js → tttx-skeleton_loader_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-table_1_9_44.entry.js → tttx-table_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-tabs_1_9_44.entry.js → tttx-tabs_1_9_46.entry.js} +4 -4
- package/dist/esm/{tttx-textarea_1_9_44.entry.js → tttx-textarea_1_9_46.entry.js} +2 -2
- package/dist/esm/{tttx-toggle_1_9_44.entry.js → tttx-toggle_1_9_46.entry.js} +1 -1
- package/dist/esm/{tttx-tree-view_1_9_44.entry.js → tttx-tree-view_1_9_46.entry.js} +3 -3
- package/dist/esm/tttx.js +1 -1
- package/dist/tttx/p-1d8210d3.entry.js +1 -1
- package/dist/tttx/p-21bb99dd.entry.js +1 -1
- package/dist/tttx/p-22150380.entry.js +1 -1
- package/dist/tttx/p-222b7f89.entry.js +1 -1
- package/dist/tttx/p-295a5c16.entry.js +1 -1
- package/dist/tttx/p-354fc8d4.entry.js +1 -1
- package/dist/tttx/p-4560cb86.entry.js +1 -1
- package/dist/tttx/p-49bae603.entry.js +1 -1
- package/dist/tttx/p-555885cc.entry.js +1 -1
- package/dist/tttx/p-61df30c5.entry.js +1 -1
- package/dist/tttx/p-6343251b.entry.js +1 -1
- package/dist/tttx/p-652aaf6c.entry.js +1 -1
- package/dist/tttx/p-65da8c2a.entry.js +1 -1
- package/dist/tttx/p-71372d3a.entry.js +1 -1
- package/dist/tttx/p-7ff42357.entry.js +1 -1
- package/dist/tttx/p-80c3103a.entry.js +1 -1
- package/dist/tttx/p-8aeb43df.entry.js +1 -0
- package/dist/tttx/p-9262d276.entry.js +1 -1
- package/dist/tttx/p-9426547c.entry.js +1 -1
- package/dist/tttx/p-9896a083.entry.js +1 -1
- package/dist/tttx/p-98bee16c.entry.js +1 -1
- package/dist/tttx/p-e23f0843.entry.js +1 -1
- package/dist/tttx/p-e28e5118.entry.js +1 -1
- package/dist/tttx/p-e4b36835.entry.js +1 -1
- package/dist/tttx/p-e5319b51.entry.js +1 -1
- package/dist/tttx/p-e5f97b02.entry.js +1 -1
- package/dist/tttx/p-e8b9acb8.entry.js +1 -1
- package/dist/tttx/{p-b294f733.entry.js → p-ed0d3334.entry.js} +1 -1
- package/dist/tttx/tttx.esm.js +1 -1
- package/dist/types/components/molecules/tttx-action-dropdown/interfaces.d.ts +8 -0
- package/dist/types/components/molecules/tttx-action-dropdown/tttx-action-dropdown.d.ts +21 -0
- package/dist/types/components/molecules/tttx-comments/tttx-comments.d.ts +14 -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 +411 -379
- package/package.json +1 -1
- package/dist/components/tttx-checkbox-group-caption_1_9_44.d.ts +0 -11
- package/dist/components/tttx-checkbox-group-heading_1_9_44.d.ts +0 -11
- package/dist/components/tttx-checkbox-group_1_9_44.d.ts +0 -11
- package/dist/components/tttx-data-pattern_1_9_44.d.ts +0 -11
- package/dist/components/tttx-dialog-box_1_9_44.d.ts +0 -11
- package/dist/components/tttx-expander_1_9_44.d.ts +0 -11
- package/dist/components/tttx-keyvalue-block_1_9_44.d.ts +0 -11
- package/dist/components/tttx-loading-spinner_1_9_44.d.ts +0 -11
- package/dist/components/tttx-multiselect-box_1_9_44.d.ts +0 -11
- package/dist/components/tttx-percentage-bar_1_9_44.d.ts +0 -11
- package/dist/components/tttx-select-box_1_9_44.d.ts +0 -11
- package/dist/components/tttx-skeleton_loader_1_9_44.d.ts +0 -11
- package/dist/components/tttx-sorter_1_9_44.d.ts +0 -11
- package/dist/components/tttx-standalone-input_1_9_44.d.ts +0 -11
- package/dist/components/tttx-textarea_1_9_44.d.ts +0 -11
- package/dist/components/tttx-toggle_1_9_44.d.ts +0 -11
- package/dist/components/tttx-toolbar_1_9_44.d.ts +0 -11
- package/dist/components/tttx-tree-view_1_9_44.d.ts +0 -11
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
import { ActionDropdownChangeEvent, ActionDropdownData } from "./components/molecules/tttx-action-dropdown/interfaces";
|
|
8
9
|
import { Comment } from "./components/molecules/tttx-comments/tttx-comments";
|
|
9
10
|
import { DialogItems } from "./components/molecules/tttx-dialog-box/interfaces";
|
|
10
11
|
import { FilterChangeEvent, FilterSettings } from "./components/molecules/tttx-filter/tttx-filter";
|
|
@@ -20,27 +21,34 @@ import { TableHeader } from "./components/molecules/tttx-table/tttx-table.types"
|
|
|
20
21
|
import { Tab } from "./components/molecules/tttx-tabs/interfaces";
|
|
21
22
|
import { ExpandNodeEvent, TreeViewItem } from "./components/molecules/tttx-tree-view/helper/helper";
|
|
22
23
|
export namespace Components {
|
|
23
|
-
interface
|
|
24
|
+
interface TttxActionDropdown_1_9_46 {
|
|
25
|
+
"actionKey": string;
|
|
26
|
+
"defaultOption": string;
|
|
27
|
+
"fieldOptionsData": string | ActionDropdownData;
|
|
28
|
+
"icon": string;
|
|
29
|
+
"isIconVisible": boolean;
|
|
30
|
+
}
|
|
31
|
+
interface TttxButton_1_9_46 {
|
|
24
32
|
"design": string;
|
|
25
33
|
"icon": string;
|
|
26
34
|
"iconcolor": string;
|
|
27
35
|
"iconposition": 'left' | 'right';
|
|
28
36
|
"notext": boolean;
|
|
29
37
|
}
|
|
30
|
-
interface
|
|
38
|
+
interface TttxCheckboxGroupCaption_1_9_46 {
|
|
31
39
|
}
|
|
32
|
-
interface
|
|
40
|
+
interface TttxCheckboxGroupHeading_1_9_46 {
|
|
33
41
|
}
|
|
34
|
-
interface
|
|
42
|
+
interface TttxCheckboxGroup_1_9_46 {
|
|
35
43
|
}
|
|
36
|
-
interface
|
|
44
|
+
interface TttxCheckbox_1_9_46 {
|
|
37
45
|
"checkboxId": string;
|
|
38
46
|
"checked": boolean;
|
|
39
47
|
"indeterminate": boolean;
|
|
40
48
|
"inline": boolean;
|
|
41
49
|
"label": string;
|
|
42
50
|
}
|
|
43
|
-
interface
|
|
51
|
+
interface TttxComments_1_9_46 {
|
|
44
52
|
"addDummyComment": (text: string, createdByFullName?: string) => Promise<void>;
|
|
45
53
|
"comments": string | Comment[];
|
|
46
54
|
"currentuser": string;
|
|
@@ -51,7 +59,7 @@ export namespace Components {
|
|
|
51
59
|
"saveButtonText": string;
|
|
52
60
|
"value": string;
|
|
53
61
|
}
|
|
54
|
-
interface
|
|
62
|
+
interface TttxDataPattern_1_9_46 {
|
|
55
63
|
"addbutton": boolean;
|
|
56
64
|
"addbuttonlabel": string;
|
|
57
65
|
"data": string;
|
|
@@ -61,7 +69,7 @@ export namespace Components {
|
|
|
61
69
|
"searchplaceholder": string;
|
|
62
70
|
"sorterOptions": string;
|
|
63
71
|
}
|
|
64
|
-
interface
|
|
72
|
+
interface TttxDatacard_1_9_46 {
|
|
65
73
|
"cardTitle": string;
|
|
66
74
|
"cardType": string;
|
|
67
75
|
"chartConfig": string;
|
|
@@ -70,13 +78,13 @@ export namespace Components {
|
|
|
70
78
|
"rightData": string;
|
|
71
79
|
"rightSubtext": string;
|
|
72
80
|
}
|
|
73
|
-
interface
|
|
81
|
+
interface TttxDialogBox_1_9_46 {
|
|
74
82
|
"allowOverflow": boolean;
|
|
75
83
|
"data": string | DialogItems;
|
|
76
84
|
"open": boolean;
|
|
77
85
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
78
86
|
}
|
|
79
|
-
interface
|
|
87
|
+
interface TttxDialog_1_9_46 {
|
|
80
88
|
"allowOverflow": boolean;
|
|
81
89
|
"closeEnabled": boolean;
|
|
82
90
|
"header": string;
|
|
@@ -84,13 +92,13 @@ export namespace Components {
|
|
|
84
92
|
"size": 'regular' | 'mobile' | 'large' | 'small';
|
|
85
93
|
"type": 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
86
94
|
}
|
|
87
|
-
interface
|
|
95
|
+
interface TttxExpander_1_9_46 {
|
|
88
96
|
"lefticon"?: string;
|
|
89
97
|
"lefticoncolor"?: string;
|
|
90
98
|
"name": string;
|
|
91
99
|
"open": boolean;
|
|
92
100
|
}
|
|
93
|
-
interface
|
|
101
|
+
interface TttxFilter_1_9_46 {
|
|
94
102
|
"defaultFilterOptions": string[] | string;
|
|
95
103
|
"filterButtonStyle": 'list filter' | 'list icon' | 'table icon';
|
|
96
104
|
"filterHeader": string;
|
|
@@ -101,7 +109,7 @@ export namespace Components {
|
|
|
101
109
|
"showSearchField": boolean;
|
|
102
110
|
"showSelectAll": boolean;
|
|
103
111
|
}
|
|
104
|
-
interface
|
|
112
|
+
interface TttxForm_1_9_46 {
|
|
105
113
|
/**
|
|
106
114
|
* Clear the validation message on a given form field
|
|
107
115
|
* @param fieldName The form field name to clear the validation of
|
|
@@ -148,33 +156,33 @@ export namespace Components {
|
|
|
148
156
|
"showLoadingSpinner": (fieldname: string, value: boolean) => Promise<void>;
|
|
149
157
|
"submit": () => Promise<void>;
|
|
150
158
|
}
|
|
151
|
-
interface
|
|
159
|
+
interface TttxGraph_1_9_46 {
|
|
152
160
|
"chartData": string;
|
|
153
161
|
"chartText": string;
|
|
154
162
|
"chartType": string;
|
|
155
163
|
}
|
|
156
|
-
interface
|
|
164
|
+
interface TttxIcon_1_9_46 {
|
|
157
165
|
"color": string;
|
|
158
166
|
"icon": string;
|
|
159
167
|
"size": number;
|
|
160
168
|
}
|
|
161
|
-
interface
|
|
169
|
+
interface TttxKeyvalueBlock_1_9_46 {
|
|
162
170
|
"horizontal": boolean;
|
|
163
171
|
"keyvalues": KeyBlockValues | KeyBlockValues[] | string;
|
|
164
172
|
"spacedout": boolean;
|
|
165
173
|
}
|
|
166
|
-
interface
|
|
174
|
+
interface TttxList_1_9_46 {
|
|
167
175
|
"data": string | ListItem[];
|
|
168
176
|
"name": string;
|
|
169
177
|
}
|
|
170
|
-
interface
|
|
178
|
+
interface TttxLoadingSpinner_1_9_46 {
|
|
171
179
|
"color": string;
|
|
172
180
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
173
181
|
"loadingMessage": boolean;
|
|
174
182
|
"message"?: string;
|
|
175
183
|
"size": 'small' | 'large';
|
|
176
184
|
}
|
|
177
|
-
interface
|
|
185
|
+
interface TttxMultiselectBox_1_9_46 {
|
|
178
186
|
"htmlVisibleValue": boolean;
|
|
179
187
|
"inline": boolean;
|
|
180
188
|
"isLoading": boolean;
|
|
@@ -188,18 +196,18 @@ export namespace Components {
|
|
|
188
196
|
"stopLocalSearch": boolean;
|
|
189
197
|
"visibleValue": string;
|
|
190
198
|
}
|
|
191
|
-
interface
|
|
199
|
+
interface TttxPercentageBar_1_9_46 {
|
|
192
200
|
"color"?: string;
|
|
193
201
|
"labelid"?: string;
|
|
194
202
|
"min": string;
|
|
195
203
|
"percentage": string | number;
|
|
196
204
|
"thresholds"?: string | Threshold[];
|
|
197
205
|
}
|
|
198
|
-
interface
|
|
206
|
+
interface TttxQrcode_1_9_46 {
|
|
199
207
|
"link": string;
|
|
200
208
|
"size": number;
|
|
201
209
|
}
|
|
202
|
-
interface
|
|
210
|
+
interface TttxSelectBox_1_9_46 {
|
|
203
211
|
"clearable": boolean;
|
|
204
212
|
"errorMsg": string;
|
|
205
213
|
"inline": boolean;
|
|
@@ -219,7 +227,7 @@ export namespace Components {
|
|
|
219
227
|
"useExternalFiltering": boolean;
|
|
220
228
|
"useExternalPaginatedFiltering": boolean;
|
|
221
229
|
}
|
|
222
|
-
interface
|
|
230
|
+
interface TttxSkeleton_loader_1_9_46 {
|
|
223
231
|
"animation": 'pulse' | 'wave' | 'none';
|
|
224
232
|
"borderRadius": string;
|
|
225
233
|
"color": string;
|
|
@@ -231,13 +239,13 @@ export namespace Components {
|
|
|
231
239
|
"variant": 'text' | 'circle' | 'rect';
|
|
232
240
|
"width": string;
|
|
233
241
|
}
|
|
234
|
-
interface
|
|
242
|
+
interface TttxSorter_1_9_46 {
|
|
235
243
|
"defaultOption": string;
|
|
236
244
|
"defaultSortDirection": 'ascending' | 'descending';
|
|
237
245
|
"fieldOptionsData": string | SorterData;
|
|
238
246
|
"sorterKey": string;
|
|
239
247
|
}
|
|
240
|
-
interface
|
|
248
|
+
interface TttxStandaloneInput_1_9_46 {
|
|
241
249
|
"autocomplete": 'off' | 'on';
|
|
242
250
|
"checked": boolean;
|
|
243
251
|
"disabled": boolean;
|
|
@@ -253,8 +261,8 @@ export namespace Components {
|
|
|
253
261
|
"inputiconcolor": string;
|
|
254
262
|
/**
|
|
255
263
|
* tabindex - Allows the HTML elements to be focusable
|
|
256
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
257
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
264
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_46 input-index="1" />
|
|
265
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_46 inputindex={1} />
|
|
258
266
|
*/
|
|
259
267
|
"inputindex": string | number;
|
|
260
268
|
/**
|
|
@@ -282,7 +290,7 @@ export namespace Components {
|
|
|
282
290
|
"type": string;
|
|
283
291
|
"value": string | number;
|
|
284
292
|
}
|
|
285
|
-
interface
|
|
293
|
+
interface TttxTable_1_9_46 {
|
|
286
294
|
"data": any;
|
|
287
295
|
"draggableHeaders": boolean;
|
|
288
296
|
"headers": TableHeader[];
|
|
@@ -290,13 +298,13 @@ export namespace Components {
|
|
|
290
298
|
"selectable": boolean;
|
|
291
299
|
"selected": number;
|
|
292
300
|
}
|
|
293
|
-
interface
|
|
301
|
+
interface TttxTabs_1_9_46 {
|
|
294
302
|
"navigation": boolean;
|
|
295
303
|
"tabs": string | Tab[];
|
|
296
304
|
"tabsName": string;
|
|
297
305
|
"wide": boolean;
|
|
298
306
|
}
|
|
299
|
-
interface
|
|
307
|
+
interface TttxTag_1_9_46 {
|
|
300
308
|
"color": string;
|
|
301
309
|
"hasIcon": boolean;
|
|
302
310
|
"icon": string;
|
|
@@ -305,13 +313,13 @@ export namespace Components {
|
|
|
305
313
|
"text": string;
|
|
306
314
|
"textColor": string;
|
|
307
315
|
}
|
|
308
|
-
interface
|
|
316
|
+
interface TttxTextarea_1_9_46 {
|
|
309
317
|
"disabled": boolean;
|
|
310
318
|
"errormsg": string;
|
|
311
319
|
/**
|
|
312
320
|
* tabindex - Allows the HTML elements to be focusable
|
|
313
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
314
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
321
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_46 input-index="1" />
|
|
322
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_46 inputindex={1} />
|
|
315
323
|
*/
|
|
316
324
|
"inputindex": string | number;
|
|
317
325
|
/**
|
|
@@ -335,349 +343,371 @@ export namespace Components {
|
|
|
335
343
|
"textareaautofocus": boolean;
|
|
336
344
|
"value": string | number;
|
|
337
345
|
}
|
|
338
|
-
interface
|
|
346
|
+
interface TttxToggle_1_9_46 {
|
|
339
347
|
"initialstate": boolean | string;
|
|
340
348
|
}
|
|
341
|
-
interface
|
|
349
|
+
interface TttxToolbar_1_9_46 {
|
|
342
350
|
"border": boolean;
|
|
343
351
|
}
|
|
344
|
-
interface
|
|
352
|
+
interface TttxTreeView_1_9_46 {
|
|
345
353
|
"data": TreeViewItem[];
|
|
346
354
|
}
|
|
347
355
|
}
|
|
348
|
-
export interface
|
|
356
|
+
export interface TttxActionDropdown_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
357
|
+
detail: T;
|
|
358
|
+
target: HTMLTttxActionDropdown_1_9_46Element;
|
|
359
|
+
}
|
|
360
|
+
export interface TttxCheckbox_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
349
361
|
detail: T;
|
|
350
|
-
target:
|
|
362
|
+
target: HTMLTttxCheckbox_1_9_46Element;
|
|
351
363
|
}
|
|
352
|
-
export interface
|
|
364
|
+
export interface TttxComments_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
353
365
|
detail: T;
|
|
354
|
-
target:
|
|
366
|
+
target: HTMLTttxComments_1_9_46Element;
|
|
355
367
|
}
|
|
356
|
-
export interface
|
|
368
|
+
export interface TttxDialogBox_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
357
369
|
detail: T;
|
|
358
|
-
target:
|
|
370
|
+
target: HTMLTttxDialogBox_1_9_46Element;
|
|
359
371
|
}
|
|
360
|
-
export interface
|
|
372
|
+
export interface TttxDialog_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
361
373
|
detail: T;
|
|
362
|
-
target:
|
|
374
|
+
target: HTMLTttxDialog_1_9_46Element;
|
|
363
375
|
}
|
|
364
|
-
export interface
|
|
376
|
+
export interface TttxExpander_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
365
377
|
detail: T;
|
|
366
|
-
target:
|
|
378
|
+
target: HTMLTttxExpander_1_9_46Element;
|
|
367
379
|
}
|
|
368
|
-
export interface
|
|
380
|
+
export interface TttxFilter_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
369
381
|
detail: T;
|
|
370
|
-
target:
|
|
382
|
+
target: HTMLTttxFilter_1_9_46Element;
|
|
371
383
|
}
|
|
372
|
-
export interface
|
|
384
|
+
export interface TttxForm_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
373
385
|
detail: T;
|
|
374
|
-
target:
|
|
386
|
+
target: HTMLTttxForm_1_9_46Element;
|
|
375
387
|
}
|
|
376
|
-
export interface
|
|
388
|
+
export interface TttxList_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
377
389
|
detail: T;
|
|
378
|
-
target:
|
|
390
|
+
target: HTMLTttxList_1_9_46Element;
|
|
379
391
|
}
|
|
380
|
-
export interface
|
|
392
|
+
export interface TttxMultiselectBox_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
381
393
|
detail: T;
|
|
382
|
-
target:
|
|
394
|
+
target: HTMLTttxMultiselectBox_1_9_46Element;
|
|
383
395
|
}
|
|
384
|
-
export interface
|
|
396
|
+
export interface TttxSelectBox_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
385
397
|
detail: T;
|
|
386
|
-
target:
|
|
398
|
+
target: HTMLTttxSelectBox_1_9_46Element;
|
|
387
399
|
}
|
|
388
|
-
export interface
|
|
400
|
+
export interface TttxSorter_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
389
401
|
detail: T;
|
|
390
|
-
target:
|
|
402
|
+
target: HTMLTttxSorter_1_9_46Element;
|
|
391
403
|
}
|
|
392
|
-
export interface
|
|
404
|
+
export interface TttxStandaloneInput_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
393
405
|
detail: T;
|
|
394
|
-
target:
|
|
406
|
+
target: HTMLTttxStandaloneInput_1_9_46Element;
|
|
395
407
|
}
|
|
396
|
-
export interface
|
|
408
|
+
export interface TttxTable_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
397
409
|
detail: T;
|
|
398
|
-
target:
|
|
410
|
+
target: HTMLTttxTable_1_9_46Element;
|
|
399
411
|
}
|
|
400
|
-
export interface
|
|
412
|
+
export interface TttxTabs_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
401
413
|
detail: T;
|
|
402
|
-
target:
|
|
414
|
+
target: HTMLTttxTabs_1_9_46Element;
|
|
403
415
|
}
|
|
404
|
-
export interface
|
|
416
|
+
export interface TttxTextarea_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
405
417
|
detail: T;
|
|
406
|
-
target:
|
|
418
|
+
target: HTMLTttxTextarea_1_9_46Element;
|
|
407
419
|
}
|
|
408
|
-
export interface
|
|
420
|
+
export interface TttxToggle_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
409
421
|
detail: T;
|
|
410
|
-
target:
|
|
422
|
+
target: HTMLTttxToggle_1_9_46Element;
|
|
411
423
|
}
|
|
412
|
-
export interface
|
|
424
|
+
export interface TttxTreeView_1_9_46CustomEvent<T> extends CustomEvent<T> {
|
|
413
425
|
detail: T;
|
|
414
|
-
target:
|
|
426
|
+
target: HTMLTttxTreeView_1_9_46Element;
|
|
415
427
|
}
|
|
416
428
|
declare global {
|
|
417
|
-
interface
|
|
429
|
+
interface HTMLTttxActionDropdown_1_9_46Element extends Components.TttxActionDropdown_1_9_46, HTMLStencilElement {
|
|
418
430
|
}
|
|
419
|
-
var
|
|
420
|
-
prototype:
|
|
421
|
-
new ():
|
|
431
|
+
var HTMLTttxActionDropdown_1_9_46Element: {
|
|
432
|
+
prototype: HTMLTttxActionDropdown_1_9_46Element;
|
|
433
|
+
new (): HTMLTttxActionDropdown_1_9_46Element;
|
|
422
434
|
};
|
|
423
|
-
interface
|
|
435
|
+
interface HTMLTttxButton_1_9_46Element extends Components.TttxButton_1_9_46, HTMLStencilElement {
|
|
424
436
|
}
|
|
425
|
-
var
|
|
426
|
-
prototype:
|
|
427
|
-
new ():
|
|
437
|
+
var HTMLTttxButton_1_9_46Element: {
|
|
438
|
+
prototype: HTMLTttxButton_1_9_46Element;
|
|
439
|
+
new (): HTMLTttxButton_1_9_46Element;
|
|
428
440
|
};
|
|
429
|
-
interface
|
|
441
|
+
interface HTMLTttxCheckboxGroupCaption_1_9_46Element extends Components.TttxCheckboxGroupCaption_1_9_46, HTMLStencilElement {
|
|
430
442
|
}
|
|
431
|
-
var
|
|
432
|
-
prototype:
|
|
433
|
-
new ():
|
|
443
|
+
var HTMLTttxCheckboxGroupCaption_1_9_46Element: {
|
|
444
|
+
prototype: HTMLTttxCheckboxGroupCaption_1_9_46Element;
|
|
445
|
+
new (): HTMLTttxCheckboxGroupCaption_1_9_46Element;
|
|
434
446
|
};
|
|
435
|
-
interface
|
|
447
|
+
interface HTMLTttxCheckboxGroupHeading_1_9_46Element extends Components.TttxCheckboxGroupHeading_1_9_46, HTMLStencilElement {
|
|
436
448
|
}
|
|
437
|
-
var
|
|
438
|
-
prototype:
|
|
439
|
-
new ():
|
|
449
|
+
var HTMLTttxCheckboxGroupHeading_1_9_46Element: {
|
|
450
|
+
prototype: HTMLTttxCheckboxGroupHeading_1_9_46Element;
|
|
451
|
+
new (): HTMLTttxCheckboxGroupHeading_1_9_46Element;
|
|
440
452
|
};
|
|
441
|
-
interface
|
|
453
|
+
interface HTMLTttxCheckboxGroup_1_9_46Element extends Components.TttxCheckboxGroup_1_9_46, HTMLStencilElement {
|
|
442
454
|
}
|
|
443
|
-
var
|
|
444
|
-
prototype:
|
|
445
|
-
new ():
|
|
455
|
+
var HTMLTttxCheckboxGroup_1_9_46Element: {
|
|
456
|
+
prototype: HTMLTttxCheckboxGroup_1_9_46Element;
|
|
457
|
+
new (): HTMLTttxCheckboxGroup_1_9_46Element;
|
|
446
458
|
};
|
|
447
|
-
interface
|
|
459
|
+
interface HTMLTttxCheckbox_1_9_46Element extends Components.TttxCheckbox_1_9_46, HTMLStencilElement {
|
|
448
460
|
}
|
|
449
|
-
var
|
|
450
|
-
prototype:
|
|
451
|
-
new ():
|
|
461
|
+
var HTMLTttxCheckbox_1_9_46Element: {
|
|
462
|
+
prototype: HTMLTttxCheckbox_1_9_46Element;
|
|
463
|
+
new (): HTMLTttxCheckbox_1_9_46Element;
|
|
452
464
|
};
|
|
453
|
-
interface
|
|
465
|
+
interface HTMLTttxComments_1_9_46Element extends Components.TttxComments_1_9_46, HTMLStencilElement {
|
|
454
466
|
}
|
|
455
|
-
var
|
|
456
|
-
prototype:
|
|
457
|
-
new ():
|
|
467
|
+
var HTMLTttxComments_1_9_46Element: {
|
|
468
|
+
prototype: HTMLTttxComments_1_9_46Element;
|
|
469
|
+
new (): HTMLTttxComments_1_9_46Element;
|
|
458
470
|
};
|
|
459
|
-
interface
|
|
471
|
+
interface HTMLTttxDataPattern_1_9_46Element extends Components.TttxDataPattern_1_9_46, HTMLStencilElement {
|
|
460
472
|
}
|
|
461
|
-
var
|
|
462
|
-
prototype:
|
|
463
|
-
new ():
|
|
473
|
+
var HTMLTttxDataPattern_1_9_46Element: {
|
|
474
|
+
prototype: HTMLTttxDataPattern_1_9_46Element;
|
|
475
|
+
new (): HTMLTttxDataPattern_1_9_46Element;
|
|
464
476
|
};
|
|
465
|
-
interface
|
|
477
|
+
interface HTMLTttxDatacard_1_9_46Element extends Components.TttxDatacard_1_9_46, HTMLStencilElement {
|
|
466
478
|
}
|
|
467
|
-
var
|
|
468
|
-
prototype:
|
|
469
|
-
new ():
|
|
479
|
+
var HTMLTttxDatacard_1_9_46Element: {
|
|
480
|
+
prototype: HTMLTttxDatacard_1_9_46Element;
|
|
481
|
+
new (): HTMLTttxDatacard_1_9_46Element;
|
|
470
482
|
};
|
|
471
|
-
interface
|
|
483
|
+
interface HTMLTttxDialogBox_1_9_46Element extends Components.TttxDialogBox_1_9_46, HTMLStencilElement {
|
|
472
484
|
}
|
|
473
|
-
var
|
|
474
|
-
prototype:
|
|
475
|
-
new ():
|
|
485
|
+
var HTMLTttxDialogBox_1_9_46Element: {
|
|
486
|
+
prototype: HTMLTttxDialogBox_1_9_46Element;
|
|
487
|
+
new (): HTMLTttxDialogBox_1_9_46Element;
|
|
476
488
|
};
|
|
477
|
-
interface
|
|
489
|
+
interface HTMLTttxDialog_1_9_46Element extends Components.TttxDialog_1_9_46, HTMLStencilElement {
|
|
478
490
|
}
|
|
479
|
-
var
|
|
480
|
-
prototype:
|
|
481
|
-
new ():
|
|
491
|
+
var HTMLTttxDialog_1_9_46Element: {
|
|
492
|
+
prototype: HTMLTttxDialog_1_9_46Element;
|
|
493
|
+
new (): HTMLTttxDialog_1_9_46Element;
|
|
482
494
|
};
|
|
483
|
-
interface
|
|
495
|
+
interface HTMLTttxExpander_1_9_46Element extends Components.TttxExpander_1_9_46, HTMLStencilElement {
|
|
484
496
|
}
|
|
485
|
-
var
|
|
486
|
-
prototype:
|
|
487
|
-
new ():
|
|
497
|
+
var HTMLTttxExpander_1_9_46Element: {
|
|
498
|
+
prototype: HTMLTttxExpander_1_9_46Element;
|
|
499
|
+
new (): HTMLTttxExpander_1_9_46Element;
|
|
488
500
|
};
|
|
489
|
-
interface
|
|
501
|
+
interface HTMLTttxFilter_1_9_46Element extends Components.TttxFilter_1_9_46, HTMLStencilElement {
|
|
490
502
|
}
|
|
491
|
-
var
|
|
492
|
-
prototype:
|
|
493
|
-
new ():
|
|
503
|
+
var HTMLTttxFilter_1_9_46Element: {
|
|
504
|
+
prototype: HTMLTttxFilter_1_9_46Element;
|
|
505
|
+
new (): HTMLTttxFilter_1_9_46Element;
|
|
494
506
|
};
|
|
495
|
-
interface
|
|
507
|
+
interface HTMLTttxForm_1_9_46Element extends Components.TttxForm_1_9_46, HTMLStencilElement {
|
|
496
508
|
}
|
|
497
|
-
var
|
|
498
|
-
prototype:
|
|
499
|
-
new ():
|
|
509
|
+
var HTMLTttxForm_1_9_46Element: {
|
|
510
|
+
prototype: HTMLTttxForm_1_9_46Element;
|
|
511
|
+
new (): HTMLTttxForm_1_9_46Element;
|
|
500
512
|
};
|
|
501
|
-
interface
|
|
513
|
+
interface HTMLTttxGraph_1_9_46Element extends Components.TttxGraph_1_9_46, HTMLStencilElement {
|
|
502
514
|
}
|
|
503
|
-
var
|
|
504
|
-
prototype:
|
|
505
|
-
new ():
|
|
515
|
+
var HTMLTttxGraph_1_9_46Element: {
|
|
516
|
+
prototype: HTMLTttxGraph_1_9_46Element;
|
|
517
|
+
new (): HTMLTttxGraph_1_9_46Element;
|
|
506
518
|
};
|
|
507
|
-
interface
|
|
519
|
+
interface HTMLTttxIcon_1_9_46Element extends Components.TttxIcon_1_9_46, HTMLStencilElement {
|
|
508
520
|
}
|
|
509
|
-
var
|
|
510
|
-
prototype:
|
|
511
|
-
new ():
|
|
521
|
+
var HTMLTttxIcon_1_9_46Element: {
|
|
522
|
+
prototype: HTMLTttxIcon_1_9_46Element;
|
|
523
|
+
new (): HTMLTttxIcon_1_9_46Element;
|
|
512
524
|
};
|
|
513
|
-
interface
|
|
525
|
+
interface HTMLTttxKeyvalueBlock_1_9_46Element extends Components.TttxKeyvalueBlock_1_9_46, HTMLStencilElement {
|
|
514
526
|
}
|
|
515
|
-
var
|
|
516
|
-
prototype:
|
|
517
|
-
new ():
|
|
527
|
+
var HTMLTttxKeyvalueBlock_1_9_46Element: {
|
|
528
|
+
prototype: HTMLTttxKeyvalueBlock_1_9_46Element;
|
|
529
|
+
new (): HTMLTttxKeyvalueBlock_1_9_46Element;
|
|
518
530
|
};
|
|
519
|
-
interface
|
|
531
|
+
interface HTMLTttxList_1_9_46Element extends Components.TttxList_1_9_46, HTMLStencilElement {
|
|
520
532
|
}
|
|
521
|
-
var
|
|
522
|
-
prototype:
|
|
523
|
-
new ():
|
|
533
|
+
var HTMLTttxList_1_9_46Element: {
|
|
534
|
+
prototype: HTMLTttxList_1_9_46Element;
|
|
535
|
+
new (): HTMLTttxList_1_9_46Element;
|
|
524
536
|
};
|
|
525
|
-
interface
|
|
537
|
+
interface HTMLTttxLoadingSpinner_1_9_46Element extends Components.TttxLoadingSpinner_1_9_46, HTMLStencilElement {
|
|
526
538
|
}
|
|
527
|
-
var
|
|
528
|
-
prototype:
|
|
529
|
-
new ():
|
|
539
|
+
var HTMLTttxLoadingSpinner_1_9_46Element: {
|
|
540
|
+
prototype: HTMLTttxLoadingSpinner_1_9_46Element;
|
|
541
|
+
new (): HTMLTttxLoadingSpinner_1_9_46Element;
|
|
530
542
|
};
|
|
531
|
-
interface
|
|
543
|
+
interface HTMLTttxMultiselectBox_1_9_46Element extends Components.TttxMultiselectBox_1_9_46, HTMLStencilElement {
|
|
532
544
|
}
|
|
533
|
-
var
|
|
534
|
-
prototype:
|
|
535
|
-
new ():
|
|
545
|
+
var HTMLTttxMultiselectBox_1_9_46Element: {
|
|
546
|
+
prototype: HTMLTttxMultiselectBox_1_9_46Element;
|
|
547
|
+
new (): HTMLTttxMultiselectBox_1_9_46Element;
|
|
536
548
|
};
|
|
537
|
-
interface
|
|
549
|
+
interface HTMLTttxPercentageBar_1_9_46Element extends Components.TttxPercentageBar_1_9_46, HTMLStencilElement {
|
|
538
550
|
}
|
|
539
|
-
var
|
|
540
|
-
prototype:
|
|
541
|
-
new ():
|
|
551
|
+
var HTMLTttxPercentageBar_1_9_46Element: {
|
|
552
|
+
prototype: HTMLTttxPercentageBar_1_9_46Element;
|
|
553
|
+
new (): HTMLTttxPercentageBar_1_9_46Element;
|
|
542
554
|
};
|
|
543
|
-
interface
|
|
555
|
+
interface HTMLTttxQrcode_1_9_46Element extends Components.TttxQrcode_1_9_46, HTMLStencilElement {
|
|
544
556
|
}
|
|
545
|
-
var
|
|
546
|
-
prototype:
|
|
547
|
-
new ():
|
|
557
|
+
var HTMLTttxQrcode_1_9_46Element: {
|
|
558
|
+
prototype: HTMLTttxQrcode_1_9_46Element;
|
|
559
|
+
new (): HTMLTttxQrcode_1_9_46Element;
|
|
548
560
|
};
|
|
549
|
-
interface
|
|
561
|
+
interface HTMLTttxSelectBox_1_9_46Element extends Components.TttxSelectBox_1_9_46, HTMLStencilElement {
|
|
550
562
|
}
|
|
551
|
-
var
|
|
552
|
-
prototype:
|
|
553
|
-
new ():
|
|
563
|
+
var HTMLTttxSelectBox_1_9_46Element: {
|
|
564
|
+
prototype: HTMLTttxSelectBox_1_9_46Element;
|
|
565
|
+
new (): HTMLTttxSelectBox_1_9_46Element;
|
|
554
566
|
};
|
|
555
|
-
interface
|
|
567
|
+
interface HTMLTttxSkeleton_loader_1_9_46Element extends Components.TttxSkeleton_loader_1_9_46, HTMLStencilElement {
|
|
556
568
|
}
|
|
557
|
-
var
|
|
558
|
-
prototype:
|
|
559
|
-
new ():
|
|
569
|
+
var HTMLTttxSkeleton_loader_1_9_46Element: {
|
|
570
|
+
prototype: HTMLTttxSkeleton_loader_1_9_46Element;
|
|
571
|
+
new (): HTMLTttxSkeleton_loader_1_9_46Element;
|
|
560
572
|
};
|
|
561
|
-
interface
|
|
573
|
+
interface HTMLTttxSorter_1_9_46Element extends Components.TttxSorter_1_9_46, HTMLStencilElement {
|
|
562
574
|
}
|
|
563
|
-
var
|
|
564
|
-
prototype:
|
|
565
|
-
new ():
|
|
575
|
+
var HTMLTttxSorter_1_9_46Element: {
|
|
576
|
+
prototype: HTMLTttxSorter_1_9_46Element;
|
|
577
|
+
new (): HTMLTttxSorter_1_9_46Element;
|
|
566
578
|
};
|
|
567
|
-
interface
|
|
579
|
+
interface HTMLTttxStandaloneInput_1_9_46Element extends Components.TttxStandaloneInput_1_9_46, HTMLStencilElement {
|
|
568
580
|
}
|
|
569
|
-
var
|
|
570
|
-
prototype:
|
|
571
|
-
new ():
|
|
581
|
+
var HTMLTttxStandaloneInput_1_9_46Element: {
|
|
582
|
+
prototype: HTMLTttxStandaloneInput_1_9_46Element;
|
|
583
|
+
new (): HTMLTttxStandaloneInput_1_9_46Element;
|
|
572
584
|
};
|
|
573
|
-
interface
|
|
585
|
+
interface HTMLTttxTable_1_9_46Element extends Components.TttxTable_1_9_46, HTMLStencilElement {
|
|
574
586
|
}
|
|
575
|
-
var
|
|
576
|
-
prototype:
|
|
577
|
-
new ():
|
|
587
|
+
var HTMLTttxTable_1_9_46Element: {
|
|
588
|
+
prototype: HTMLTttxTable_1_9_46Element;
|
|
589
|
+
new (): HTMLTttxTable_1_9_46Element;
|
|
578
590
|
};
|
|
579
|
-
interface
|
|
591
|
+
interface HTMLTttxTabs_1_9_46Element extends Components.TttxTabs_1_9_46, HTMLStencilElement {
|
|
580
592
|
}
|
|
581
|
-
var
|
|
582
|
-
prototype:
|
|
583
|
-
new ():
|
|
593
|
+
var HTMLTttxTabs_1_9_46Element: {
|
|
594
|
+
prototype: HTMLTttxTabs_1_9_46Element;
|
|
595
|
+
new (): HTMLTttxTabs_1_9_46Element;
|
|
584
596
|
};
|
|
585
|
-
interface
|
|
597
|
+
interface HTMLTttxTag_1_9_46Element extends Components.TttxTag_1_9_46, HTMLStencilElement {
|
|
586
598
|
}
|
|
587
|
-
var
|
|
588
|
-
prototype:
|
|
589
|
-
new ():
|
|
599
|
+
var HTMLTttxTag_1_9_46Element: {
|
|
600
|
+
prototype: HTMLTttxTag_1_9_46Element;
|
|
601
|
+
new (): HTMLTttxTag_1_9_46Element;
|
|
590
602
|
};
|
|
591
|
-
interface
|
|
603
|
+
interface HTMLTttxTextarea_1_9_46Element extends Components.TttxTextarea_1_9_46, HTMLStencilElement {
|
|
592
604
|
}
|
|
593
|
-
var
|
|
594
|
-
prototype:
|
|
595
|
-
new ():
|
|
605
|
+
var HTMLTttxTextarea_1_9_46Element: {
|
|
606
|
+
prototype: HTMLTttxTextarea_1_9_46Element;
|
|
607
|
+
new (): HTMLTttxTextarea_1_9_46Element;
|
|
596
608
|
};
|
|
597
|
-
interface
|
|
609
|
+
interface HTMLTttxToggle_1_9_46Element extends Components.TttxToggle_1_9_46, HTMLStencilElement {
|
|
598
610
|
}
|
|
599
|
-
var
|
|
600
|
-
prototype:
|
|
601
|
-
new ():
|
|
611
|
+
var HTMLTttxToggle_1_9_46Element: {
|
|
612
|
+
prototype: HTMLTttxToggle_1_9_46Element;
|
|
613
|
+
new (): HTMLTttxToggle_1_9_46Element;
|
|
602
614
|
};
|
|
603
|
-
interface
|
|
615
|
+
interface HTMLTttxToolbar_1_9_46Element extends Components.TttxToolbar_1_9_46, HTMLStencilElement {
|
|
604
616
|
}
|
|
605
|
-
var
|
|
606
|
-
prototype:
|
|
607
|
-
new ():
|
|
617
|
+
var HTMLTttxToolbar_1_9_46Element: {
|
|
618
|
+
prototype: HTMLTttxToolbar_1_9_46Element;
|
|
619
|
+
new (): HTMLTttxToolbar_1_9_46Element;
|
|
620
|
+
};
|
|
621
|
+
interface HTMLTttxTreeView_1_9_46Element extends Components.TttxTreeView_1_9_46, HTMLStencilElement {
|
|
622
|
+
}
|
|
623
|
+
var HTMLTttxTreeView_1_9_46Element: {
|
|
624
|
+
prototype: HTMLTttxTreeView_1_9_46Element;
|
|
625
|
+
new (): HTMLTttxTreeView_1_9_46Element;
|
|
608
626
|
};
|
|
609
627
|
interface HTMLElementTagNameMap {
|
|
610
|
-
"tttx-
|
|
611
|
-
"tttx-
|
|
612
|
-
"tttx-checkbox-group-
|
|
613
|
-
"tttx-checkbox-
|
|
614
|
-
"tttx-
|
|
615
|
-
"tttx-
|
|
616
|
-
"tttx-
|
|
617
|
-
"tttx-
|
|
618
|
-
"tttx-
|
|
619
|
-
"tttx-
|
|
620
|
-
"tttx-
|
|
621
|
-
"tttx-
|
|
622
|
-
"tttx-
|
|
623
|
-
"tttx-
|
|
624
|
-
"tttx-
|
|
625
|
-
"tttx-
|
|
626
|
-
"tttx-
|
|
627
|
-
"tttx-
|
|
628
|
-
"tttx-
|
|
629
|
-
"tttx-
|
|
630
|
-
"tttx-
|
|
631
|
-
"tttx-
|
|
632
|
-
"tttx-
|
|
633
|
-
"tttx-
|
|
634
|
-
"tttx-
|
|
635
|
-
"tttx-
|
|
636
|
-
"tttx-
|
|
637
|
-
"tttx-
|
|
638
|
-
"tttx-
|
|
639
|
-
"tttx-
|
|
640
|
-
"tttx-
|
|
641
|
-
"tttx-
|
|
628
|
+
"tttx-action-dropdown_1_9_46": HTMLTttxActionDropdown_1_9_46Element;
|
|
629
|
+
"tttx-button_1_9_46": HTMLTttxButton_1_9_46Element;
|
|
630
|
+
"tttx-checkbox-group-caption_1_9_46": HTMLTttxCheckboxGroupCaption_1_9_46Element;
|
|
631
|
+
"tttx-checkbox-group-heading_1_9_46": HTMLTttxCheckboxGroupHeading_1_9_46Element;
|
|
632
|
+
"tttx-checkbox-group_1_9_46": HTMLTttxCheckboxGroup_1_9_46Element;
|
|
633
|
+
"tttx-checkbox_1_9_46": HTMLTttxCheckbox_1_9_46Element;
|
|
634
|
+
"tttx-comments_1_9_46": HTMLTttxComments_1_9_46Element;
|
|
635
|
+
"tttx-data-pattern_1_9_46": HTMLTttxDataPattern_1_9_46Element;
|
|
636
|
+
"tttx-datacard_1_9_46": HTMLTttxDatacard_1_9_46Element;
|
|
637
|
+
"tttx-dialog-box_1_9_46": HTMLTttxDialogBox_1_9_46Element;
|
|
638
|
+
"tttx-dialog_1_9_46": HTMLTttxDialog_1_9_46Element;
|
|
639
|
+
"tttx-expander_1_9_46": HTMLTttxExpander_1_9_46Element;
|
|
640
|
+
"tttx-filter_1_9_46": HTMLTttxFilter_1_9_46Element;
|
|
641
|
+
"tttx-form_1_9_46": HTMLTttxForm_1_9_46Element;
|
|
642
|
+
"tttx-graph_1_9_46": HTMLTttxGraph_1_9_46Element;
|
|
643
|
+
"tttx-icon_1_9_46": HTMLTttxIcon_1_9_46Element;
|
|
644
|
+
"tttx-keyvalue-block_1_9_46": HTMLTttxKeyvalueBlock_1_9_46Element;
|
|
645
|
+
"tttx-list_1_9_46": HTMLTttxList_1_9_46Element;
|
|
646
|
+
"tttx-loading-spinner_1_9_46": HTMLTttxLoadingSpinner_1_9_46Element;
|
|
647
|
+
"tttx-multiselect-box_1_9_46": HTMLTttxMultiselectBox_1_9_46Element;
|
|
648
|
+
"tttx-percentage-bar_1_9_46": HTMLTttxPercentageBar_1_9_46Element;
|
|
649
|
+
"tttx-qrcode_1_9_46": HTMLTttxQrcode_1_9_46Element;
|
|
650
|
+
"tttx-select-box_1_9_46": HTMLTttxSelectBox_1_9_46Element;
|
|
651
|
+
"tttx-skeleton_loader_1_9_46": HTMLTttxSkeleton_loader_1_9_46Element;
|
|
652
|
+
"tttx-sorter_1_9_46": HTMLTttxSorter_1_9_46Element;
|
|
653
|
+
"tttx-standalone-input_1_9_46": HTMLTttxStandaloneInput_1_9_46Element;
|
|
654
|
+
"tttx-table_1_9_46": HTMLTttxTable_1_9_46Element;
|
|
655
|
+
"tttx-tabs_1_9_46": HTMLTttxTabs_1_9_46Element;
|
|
656
|
+
"tttx-tag_1_9_46": HTMLTttxTag_1_9_46Element;
|
|
657
|
+
"tttx-textarea_1_9_46": HTMLTttxTextarea_1_9_46Element;
|
|
658
|
+
"tttx-toggle_1_9_46": HTMLTttxToggle_1_9_46Element;
|
|
659
|
+
"tttx-toolbar_1_9_46": HTMLTttxToolbar_1_9_46Element;
|
|
660
|
+
"tttx-tree-view_1_9_46": HTMLTttxTreeView_1_9_46Element;
|
|
642
661
|
}
|
|
643
662
|
}
|
|
644
663
|
declare namespace LocalJSX {
|
|
645
|
-
interface
|
|
664
|
+
interface TttxActionDropdown_1_9_46 {
|
|
665
|
+
"actionKey"?: string;
|
|
666
|
+
"defaultOption"?: string;
|
|
667
|
+
"fieldOptionsData"?: string | ActionDropdownData;
|
|
668
|
+
"icon"?: string;
|
|
669
|
+
"isIconVisible"?: boolean;
|
|
670
|
+
"onActionDropdownChangeEvent"?: (event: TttxActionDropdown_1_9_46CustomEvent<ActionDropdownChangeEvent>) => void;
|
|
671
|
+
"onToggleActionDropdown"?: (event: TttxActionDropdown_1_9_46CustomEvent<boolean>) => void;
|
|
672
|
+
}
|
|
673
|
+
interface TttxButton_1_9_46 {
|
|
646
674
|
"design"?: string;
|
|
647
675
|
"icon"?: string;
|
|
648
676
|
"iconcolor"?: string;
|
|
649
677
|
"iconposition"?: 'left' | 'right';
|
|
650
678
|
"notext"?: boolean;
|
|
651
679
|
}
|
|
652
|
-
interface
|
|
680
|
+
interface TttxCheckboxGroupCaption_1_9_46 {
|
|
653
681
|
}
|
|
654
|
-
interface
|
|
682
|
+
interface TttxCheckboxGroupHeading_1_9_46 {
|
|
655
683
|
}
|
|
656
|
-
interface
|
|
684
|
+
interface TttxCheckboxGroup_1_9_46 {
|
|
657
685
|
}
|
|
658
|
-
interface
|
|
686
|
+
interface TttxCheckbox_1_9_46 {
|
|
659
687
|
"checkboxId"?: string;
|
|
660
688
|
"checked"?: boolean;
|
|
661
689
|
"indeterminate"?: boolean;
|
|
662
690
|
"inline"?: boolean;
|
|
663
691
|
"label"?: string;
|
|
664
|
-
"onCheckboxChangeEvent"?: (event:
|
|
692
|
+
"onCheckboxChangeEvent"?: (event: TttxCheckbox_1_9_46CustomEvent<{indeterminate: boolean, checked: boolean}>) => void;
|
|
665
693
|
}
|
|
666
|
-
interface
|
|
694
|
+
interface TttxComments_1_9_46 {
|
|
667
695
|
"comments"?: string | Comment[];
|
|
668
696
|
"currentuser"?: string;
|
|
669
697
|
"disableFile"?: boolean;
|
|
670
698
|
"inputBoxHeight"?: number;
|
|
671
699
|
"messageLimit"?: number;
|
|
672
|
-
"onCommentAdded"?: (event:
|
|
673
|
-
"
|
|
674
|
-
"
|
|
675
|
-
"
|
|
700
|
+
"onCommentAdded"?: (event: TttxComments_1_9_46CustomEvent<Comment>) => void;
|
|
701
|
+
"onCommentEdited"?: (event: TttxComments_1_9_46CustomEvent<Comment>) => void;
|
|
702
|
+
"onCommentFocusOut"?: (event: TttxComments_1_9_46CustomEvent<string>) => void;
|
|
703
|
+
"onRequestCommentRemoval"?: (event: TttxComments_1_9_46CustomEvent<Comment>) => void;
|
|
704
|
+
"onRequestFileDownload"?: (event: TttxComments_1_9_46CustomEvent<string>) => void;
|
|
705
|
+
"onRequestFileUpload"?: (event: TttxComments_1_9_46CustomEvent<void>) => void;
|
|
676
706
|
"placeholder"?: string;
|
|
677
707
|
"saveButtonText"?: string;
|
|
678
708
|
"value"?: string;
|
|
679
709
|
}
|
|
680
|
-
interface
|
|
710
|
+
interface TttxDataPattern_1_9_46 {
|
|
681
711
|
"addbutton"?: boolean;
|
|
682
712
|
"addbuttonlabel"?: string;
|
|
683
713
|
"data"?: string;
|
|
@@ -687,7 +717,7 @@ declare namespace LocalJSX {
|
|
|
687
717
|
"searchplaceholder"?: string;
|
|
688
718
|
"sorterOptions"?: string;
|
|
689
719
|
}
|
|
690
|
-
interface
|
|
720
|
+
interface TttxDatacard_1_9_46 {
|
|
691
721
|
"cardTitle"?: string;
|
|
692
722
|
"cardType"?: string;
|
|
693
723
|
"chartConfig"?: string;
|
|
@@ -696,90 +726,90 @@ declare namespace LocalJSX {
|
|
|
696
726
|
"rightData"?: string;
|
|
697
727
|
"rightSubtext"?: string;
|
|
698
728
|
}
|
|
699
|
-
interface
|
|
729
|
+
interface TttxDialogBox_1_9_46 {
|
|
700
730
|
"allowOverflow"?: boolean;
|
|
701
731
|
"data"?: string | DialogItems;
|
|
702
|
-
"onButtonClick"?: (event:
|
|
703
|
-
"onCloseButtonClick"?: (event:
|
|
704
|
-
"onCloseSelectBoxOnScroll"?: (event:
|
|
732
|
+
"onButtonClick"?: (event: TttxDialogBox_1_9_46CustomEvent<any>) => void;
|
|
733
|
+
"onCloseButtonClick"?: (event: TttxDialogBox_1_9_46CustomEvent<any>) => void;
|
|
734
|
+
"onCloseSelectBoxOnScroll"?: (event: TttxDialogBox_1_9_46CustomEvent<any>) => void;
|
|
705
735
|
"open"?: boolean;
|
|
706
736
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
707
737
|
}
|
|
708
|
-
interface
|
|
738
|
+
interface TttxDialog_1_9_46 {
|
|
709
739
|
"allowOverflow"?: boolean;
|
|
710
740
|
"closeEnabled"?: boolean;
|
|
711
741
|
"header"?: string;
|
|
712
|
-
"onCloseButtonClick"?: (event:
|
|
742
|
+
"onCloseButtonClick"?: (event: TttxDialog_1_9_46CustomEvent<any>) => void;
|
|
713
743
|
"open"?: boolean;
|
|
714
744
|
"size"?: 'regular' | 'mobile' | 'large' | 'small';
|
|
715
745
|
"type"?: 'info' | 'success' | 'warning' | 'critical' | undefined;
|
|
716
746
|
}
|
|
717
|
-
interface
|
|
747
|
+
interface TttxExpander_1_9_46 {
|
|
718
748
|
"lefticon"?: string;
|
|
719
749
|
"lefticoncolor"?: string;
|
|
720
750
|
"name"?: string;
|
|
721
|
-
"onToggleExpander"?: (event:
|
|
751
|
+
"onToggleExpander"?: (event: TttxExpander_1_9_46CustomEvent<{ open: boolean; name: string }>) => void;
|
|
722
752
|
"open"?: boolean;
|
|
723
753
|
}
|
|
724
|
-
interface
|
|
754
|
+
interface TttxFilter_1_9_46 {
|
|
725
755
|
"defaultFilterOptions"?: string[] | string;
|
|
726
756
|
"filterButtonStyle"?: 'list filter' | 'list icon' | 'table icon';
|
|
727
757
|
"filterHeader"?: string;
|
|
728
758
|
"filterKey"?: string;
|
|
729
759
|
"filterOptions"?: string | FilterSettings[];
|
|
730
|
-
"onFilterChangeEvent"?: (event:
|
|
731
|
-
"onToggleFilter"?: (event:
|
|
760
|
+
"onFilterChangeEvent"?: (event: TttxFilter_1_9_46CustomEvent<FilterChangeEvent>) => void;
|
|
761
|
+
"onToggleFilter"?: (event: TttxFilter_1_9_46CustomEvent<boolean>) => void;
|
|
732
762
|
"popoverWidth"?: string;
|
|
733
763
|
"showOptionIcons"?: boolean;
|
|
734
764
|
"showSearchField"?: boolean;
|
|
735
765
|
"showSelectAll"?: boolean;
|
|
736
766
|
}
|
|
737
|
-
interface
|
|
767
|
+
interface TttxForm_1_9_46 {
|
|
738
768
|
"data"?: any;
|
|
739
769
|
"formschema"?: Record<string, any> | string;
|
|
740
|
-
"onDataChanged"?: (event:
|
|
741
|
-
"onDataSubmitted"?: (event:
|
|
742
|
-
"onSearchTermChanged"?: (event:
|
|
743
|
-
"onSelectToggleOpen"?: (event:
|
|
770
|
+
"onDataChanged"?: (event: TttxForm_1_9_46CustomEvent<{ name: string; value: string }>) => void;
|
|
771
|
+
"onDataSubmitted"?: (event: TttxForm_1_9_46CustomEvent<FormData>) => void;
|
|
772
|
+
"onSearchTermChanged"?: (event: TttxForm_1_9_46CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
773
|
+
"onSelectToggleOpen"?: (event: TttxForm_1_9_46CustomEvent<{ name: string; value: string, type: string }>) => void;
|
|
744
774
|
}
|
|
745
|
-
interface
|
|
775
|
+
interface TttxGraph_1_9_46 {
|
|
746
776
|
"chartData"?: string;
|
|
747
777
|
"chartText"?: string;
|
|
748
778
|
"chartType"?: string;
|
|
749
779
|
}
|
|
750
|
-
interface
|
|
780
|
+
interface TttxIcon_1_9_46 {
|
|
751
781
|
"color"?: string;
|
|
752
782
|
"icon"?: string;
|
|
753
783
|
"size"?: number;
|
|
754
784
|
}
|
|
755
|
-
interface
|
|
785
|
+
interface TttxKeyvalueBlock_1_9_46 {
|
|
756
786
|
"horizontal"?: boolean;
|
|
757
787
|
"keyvalues"?: KeyBlockValues | KeyBlockValues[] | string;
|
|
758
788
|
"spacedout"?: boolean;
|
|
759
789
|
}
|
|
760
|
-
interface
|
|
790
|
+
interface TttxList_1_9_46 {
|
|
761
791
|
"data"?: string | ListItem[];
|
|
762
792
|
"name"?: string;
|
|
763
|
-
"onListRowCheckboxClick"?: (event:
|
|
764
|
-
"onListRowClick"?: (event:
|
|
793
|
+
"onListRowCheckboxClick"?: (event: TttxList_1_9_46CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
794
|
+
"onListRowClick"?: (event: TttxList_1_9_46CustomEvent<{ key: string; name: string; data: unknown }>) => void;
|
|
765
795
|
}
|
|
766
|
-
interface
|
|
796
|
+
interface TttxLoadingSpinner_1_9_46 {
|
|
767
797
|
"color"?: string;
|
|
768
798
|
"customMessageSchema"?: { threshold: number; message: string }[];
|
|
769
799
|
"loadingMessage"?: boolean;
|
|
770
800
|
"message"?: string;
|
|
771
801
|
"size"?: 'small' | 'large';
|
|
772
802
|
}
|
|
773
|
-
interface
|
|
803
|
+
interface TttxMultiselectBox_1_9_46 {
|
|
774
804
|
"htmlVisibleValue"?: boolean;
|
|
775
805
|
"inline"?: boolean;
|
|
776
806
|
"isLoading"?: boolean;
|
|
777
807
|
"label"?: string;
|
|
778
808
|
"nonPriorityLabel"?: string;
|
|
779
|
-
"onChangesApplied"?: (event:
|
|
780
|
-
"onSearchDataChanged"?: (event:
|
|
781
|
-
"onSelectItemEvent"?: (event:
|
|
782
|
-
"onToggleOpen"?: (event:
|
|
809
|
+
"onChangesApplied"?: (event: TttxMultiselectBox_1_9_46CustomEvent<SelectItem[]>) => void;
|
|
810
|
+
"onSearchDataChanged"?: (event: TttxMultiselectBox_1_9_46CustomEvent<{ searchTerm: string; }>) => void;
|
|
811
|
+
"onSelectItemEvent"?: (event: TttxMultiselectBox_1_9_46CustomEvent<SelectItem>) => void;
|
|
812
|
+
"onToggleOpen"?: (event: TttxMultiselectBox_1_9_46CustomEvent<boolean>) => void;
|
|
783
813
|
"optionsData"?: string | SelectItem[];
|
|
784
814
|
"placeholder"?: string;
|
|
785
815
|
"priorityLabel"?: string;
|
|
@@ -788,18 +818,18 @@ declare namespace LocalJSX {
|
|
|
788
818
|
"stopLocalSearch"?: boolean;
|
|
789
819
|
"visibleValue"?: string;
|
|
790
820
|
}
|
|
791
|
-
interface
|
|
821
|
+
interface TttxPercentageBar_1_9_46 {
|
|
792
822
|
"color"?: string;
|
|
793
823
|
"labelid"?: string;
|
|
794
824
|
"min"?: string;
|
|
795
825
|
"percentage"?: string | number;
|
|
796
826
|
"thresholds"?: string | Threshold[];
|
|
797
827
|
}
|
|
798
|
-
interface
|
|
828
|
+
interface TttxQrcode_1_9_46 {
|
|
799
829
|
"link"?: string;
|
|
800
830
|
"size"?: number;
|
|
801
831
|
}
|
|
802
|
-
interface
|
|
832
|
+
interface TttxSelectBox_1_9_46 {
|
|
803
833
|
"clearable"?: boolean;
|
|
804
834
|
"errorMsg"?: string;
|
|
805
835
|
"inline"?: boolean;
|
|
@@ -807,10 +837,10 @@ declare namespace LocalJSX {
|
|
|
807
837
|
"isLoading"?: boolean;
|
|
808
838
|
"label"?: string;
|
|
809
839
|
"nonPriorityLabel"?: string;
|
|
810
|
-
"onMultiselectSearchUpdated"?: (event:
|
|
811
|
-
"onSelectEndReached"?: (event:
|
|
812
|
-
"onSelectItemEvent"?: (event:
|
|
813
|
-
"onToggleOpen"?: (event:
|
|
840
|
+
"onMultiselectSearchUpdated"?: (event: TttxSelectBox_1_9_46CustomEvent<string>) => void;
|
|
841
|
+
"onSelectEndReached"?: (event: TttxSelectBox_1_9_46CustomEvent<string>) => void;
|
|
842
|
+
"onSelectItemEvent"?: (event: TttxSelectBox_1_9_46CustomEvent<SelectItem1>) => void;
|
|
843
|
+
"onToggleOpen"?: (event: TttxSelectBox_1_9_46CustomEvent<boolean>) => void;
|
|
814
844
|
"optionsData"?: string | SelectItem1[];
|
|
815
845
|
"placeholder"?: string;
|
|
816
846
|
"priorityLabel"?: string;
|
|
@@ -822,7 +852,7 @@ declare namespace LocalJSX {
|
|
|
822
852
|
"useExternalFiltering"?: boolean;
|
|
823
853
|
"useExternalPaginatedFiltering"?: boolean;
|
|
824
854
|
}
|
|
825
|
-
interface
|
|
855
|
+
interface TttxSkeleton_loader_1_9_46 {
|
|
826
856
|
"animation"?: 'pulse' | 'wave' | 'none';
|
|
827
857
|
"borderRadius"?: string;
|
|
828
858
|
"color"?: string;
|
|
@@ -834,15 +864,15 @@ declare namespace LocalJSX {
|
|
|
834
864
|
"variant"?: 'text' | 'circle' | 'rect';
|
|
835
865
|
"width"?: string;
|
|
836
866
|
}
|
|
837
|
-
interface
|
|
867
|
+
interface TttxSorter_1_9_46 {
|
|
838
868
|
"defaultOption"?: string;
|
|
839
869
|
"defaultSortDirection"?: 'ascending' | 'descending';
|
|
840
870
|
"fieldOptionsData"?: string | SorterData;
|
|
841
|
-
"onSorterChangeEvent"?: (event:
|
|
842
|
-
"onToggleSorter"?: (event:
|
|
871
|
+
"onSorterChangeEvent"?: (event: TttxSorter_1_9_46CustomEvent<SorterChangeEvent>) => void;
|
|
872
|
+
"onToggleSorter"?: (event: TttxSorter_1_9_46CustomEvent<boolean>) => void;
|
|
843
873
|
"sorterKey"?: string;
|
|
844
874
|
}
|
|
845
|
-
interface
|
|
875
|
+
interface TttxStandaloneInput_1_9_46 {
|
|
846
876
|
"autocomplete"?: 'off' | 'on';
|
|
847
877
|
"checked"?: boolean;
|
|
848
878
|
"disabled"?: boolean;
|
|
@@ -858,8 +888,8 @@ declare namespace LocalJSX {
|
|
|
858
888
|
"inputiconcolor"?: string;
|
|
859
889
|
/**
|
|
860
890
|
* tabindex - Allows the HTML elements to be focusable
|
|
861
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-
|
|
862
|
-
* @example <caption>In TSX files</caption> <tttx-standalone-
|
|
891
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-standalone-input_1_9_46 input-index="1" />
|
|
892
|
+
* @example <caption>In TSX files</caption> <tttx-standalone-input_1_9_46 inputindex={1} />
|
|
863
893
|
*/
|
|
864
894
|
"inputindex"?: string | number;
|
|
865
895
|
/**
|
|
@@ -873,13 +903,13 @@ declare namespace LocalJSX {
|
|
|
873
903
|
"min"?: MinMaxDates | number;
|
|
874
904
|
"minlength"?: string | number;
|
|
875
905
|
"name"?: string;
|
|
876
|
-
"onBlurChanged"?: (event:
|
|
877
|
-
"onFocusChanged"?: (event:
|
|
878
|
-
"onInputIconClick"?: (event:
|
|
879
|
-
"onInvalidChanged"?: (event:
|
|
880
|
-
"onLeftIconClick"?: (event:
|
|
881
|
-
"onRightIconClick"?: (event:
|
|
882
|
-
"onValueChanged"?: (event:
|
|
906
|
+
"onBlurChanged"?: (event: TttxStandaloneInput_1_9_46CustomEvent<string>) => void;
|
|
907
|
+
"onFocusChanged"?: (event: TttxStandaloneInput_1_9_46CustomEvent<string>) => void;
|
|
908
|
+
"onInputIconClick"?: (event: TttxStandaloneInput_1_9_46CustomEvent<void>) => void;
|
|
909
|
+
"onInvalidChanged"?: (event: TttxStandaloneInput_1_9_46CustomEvent<string>) => void;
|
|
910
|
+
"onLeftIconClick"?: (event: TttxStandaloneInput_1_9_46CustomEvent<void>) => void;
|
|
911
|
+
"onRightIconClick"?: (event: TttxStandaloneInput_1_9_46CustomEvent<void>) => void;
|
|
912
|
+
"onValueChanged"?: (event: TttxStandaloneInput_1_9_46CustomEvent<string>) => void;
|
|
883
913
|
"pattern"?: string;
|
|
884
914
|
"placeholder"?: string;
|
|
885
915
|
"readonly"?: string | boolean;
|
|
@@ -894,27 +924,27 @@ declare namespace LocalJSX {
|
|
|
894
924
|
"type"?: string;
|
|
895
925
|
"value"?: string | number;
|
|
896
926
|
}
|
|
897
|
-
interface
|
|
927
|
+
interface TttxTable_1_9_46 {
|
|
898
928
|
"data"?: any;
|
|
899
929
|
"draggableHeaders"?: boolean;
|
|
900
930
|
"headers"?: TableHeader[];
|
|
901
931
|
"loading"?: boolean;
|
|
902
|
-
"onHeaderClicked"?: (event:
|
|
903
|
-
"onHeaderOrderChanged"?: (event:
|
|
904
|
-
"onRowClicked"?: (event:
|
|
932
|
+
"onHeaderClicked"?: (event: TttxTable_1_9_46CustomEvent<any>) => void;
|
|
933
|
+
"onHeaderOrderChanged"?: (event: TttxTable_1_9_46CustomEvent<string[]>) => void;
|
|
934
|
+
"onRowClicked"?: (event: TttxTable_1_9_46CustomEvent<any>) => void;
|
|
905
935
|
"selectable"?: boolean;
|
|
906
936
|
"selected"?: number;
|
|
907
937
|
}
|
|
908
|
-
interface
|
|
938
|
+
interface TttxTabs_1_9_46 {
|
|
909
939
|
"navigation"?: boolean;
|
|
910
|
-
"onLeftNavigation"?: (event:
|
|
911
|
-
"onRightNavigation"?: (event:
|
|
912
|
-
"onTabClick"?: (event:
|
|
940
|
+
"onLeftNavigation"?: (event: TttxTabs_1_9_46CustomEvent<any>) => void;
|
|
941
|
+
"onRightNavigation"?: (event: TttxTabs_1_9_46CustomEvent<any>) => void;
|
|
942
|
+
"onTabClick"?: (event: TttxTabs_1_9_46CustomEvent<{ tabId: string }>) => void;
|
|
913
943
|
"tabs"?: string | Tab[];
|
|
914
944
|
"tabsName"?: string;
|
|
915
945
|
"wide"?: boolean;
|
|
916
946
|
}
|
|
917
|
-
interface
|
|
947
|
+
interface TttxTag_1_9_46 {
|
|
918
948
|
"color"?: string;
|
|
919
949
|
"hasIcon"?: boolean;
|
|
920
950
|
"icon"?: string;
|
|
@@ -923,13 +953,13 @@ declare namespace LocalJSX {
|
|
|
923
953
|
"text"?: string;
|
|
924
954
|
"textColor"?: string;
|
|
925
955
|
}
|
|
926
|
-
interface
|
|
956
|
+
interface TttxTextarea_1_9_46 {
|
|
927
957
|
"disabled"?: boolean;
|
|
928
958
|
"errormsg"?: string;
|
|
929
959
|
/**
|
|
930
960
|
* tabindex - Allows the HTML elements to be focusable
|
|
931
|
-
* @example <caption>In HTML (like `index.html`)</caption> <tttx-
|
|
932
|
-
* @example <caption>In TSX files</caption> <tttx-
|
|
961
|
+
* @example <caption>In HTML (like `index.html`)</caption> <tttx-textarea_1_9_46 input-index="1" />
|
|
962
|
+
* @example <caption>In TSX files</caption> <tttx-textarea_1_9_46 inputindex={1} />
|
|
933
963
|
*/
|
|
934
964
|
"inputindex"?: string | number;
|
|
935
965
|
/**
|
|
@@ -940,10 +970,10 @@ declare namespace LocalJSX {
|
|
|
940
970
|
"label"?: string;
|
|
941
971
|
"maxlength"?: string | number;
|
|
942
972
|
"name"?: string;
|
|
943
|
-
"onBlurChanged"?: (event:
|
|
944
|
-
"onFocusChanged"?: (event:
|
|
945
|
-
"onInvalidChanged"?: (event:
|
|
946
|
-
"onValueChanged"?: (event:
|
|
973
|
+
"onBlurChanged"?: (event: TttxTextarea_1_9_46CustomEvent<string>) => void;
|
|
974
|
+
"onFocusChanged"?: (event: TttxTextarea_1_9_46CustomEvent<string>) => void;
|
|
975
|
+
"onInvalidChanged"?: (event: TttxTextarea_1_9_46CustomEvent<string>) => void;
|
|
976
|
+
"onValueChanged"?: (event: TttxTextarea_1_9_46CustomEvent<string>) => void;
|
|
947
977
|
"placeholder"?: string;
|
|
948
978
|
"readonly"?: string | boolean;
|
|
949
979
|
"required"?: boolean;
|
|
@@ -957,90 +987,92 @@ declare namespace LocalJSX {
|
|
|
957
987
|
"textareaautofocus"?: boolean;
|
|
958
988
|
"value"?: string | number;
|
|
959
989
|
}
|
|
960
|
-
interface
|
|
990
|
+
interface TttxToggle_1_9_46 {
|
|
961
991
|
"initialstate"?: boolean | string;
|
|
962
|
-
"onToggleSwitchEvent"?: (event:
|
|
992
|
+
"onToggleSwitchEvent"?: (event: TttxToggle_1_9_46CustomEvent<{checked: boolean}>) => void;
|
|
963
993
|
}
|
|
964
|
-
interface
|
|
994
|
+
interface TttxToolbar_1_9_46 {
|
|
965
995
|
"border"?: boolean;
|
|
966
996
|
}
|
|
967
|
-
interface
|
|
997
|
+
interface TttxTreeView_1_9_46 {
|
|
968
998
|
"data"?: TreeViewItem[];
|
|
969
|
-
"onCheckboxChange"?: (event:
|
|
970
|
-
"onClickEvent"?: (event:
|
|
971
|
-
"onExpandNode"?: (event:
|
|
999
|
+
"onCheckboxChange"?: (event: TttxTreeView_1_9_46CustomEvent<TreeViewItem[]>) => void;
|
|
1000
|
+
"onClickEvent"?: (event: TttxTreeView_1_9_46CustomEvent<TreeViewItem>) => void;
|
|
1001
|
+
"onExpandNode"?: (event: TttxTreeView_1_9_46CustomEvent<ExpandNodeEvent>) => void;
|
|
972
1002
|
}
|
|
973
1003
|
interface IntrinsicElements {
|
|
974
|
-
"tttx-
|
|
975
|
-
"tttx-
|
|
976
|
-
"tttx-checkbox-group-
|
|
977
|
-
"tttx-checkbox-
|
|
978
|
-
"tttx-
|
|
979
|
-
"tttx-
|
|
980
|
-
"tttx-
|
|
981
|
-
"tttx-
|
|
982
|
-
"tttx-
|
|
983
|
-
"tttx-
|
|
984
|
-
"tttx-
|
|
985
|
-
"tttx-
|
|
986
|
-
"tttx-
|
|
987
|
-
"tttx-
|
|
988
|
-
"tttx-
|
|
989
|
-
"tttx-
|
|
990
|
-
"tttx-
|
|
991
|
-
"tttx-
|
|
992
|
-
"tttx-
|
|
993
|
-
"tttx-
|
|
994
|
-
"tttx-
|
|
995
|
-
"tttx-
|
|
996
|
-
"tttx-
|
|
997
|
-
"tttx-
|
|
998
|
-
"tttx-
|
|
999
|
-
"tttx-
|
|
1000
|
-
"tttx-
|
|
1001
|
-
"tttx-
|
|
1002
|
-
"tttx-
|
|
1003
|
-
"tttx-
|
|
1004
|
-
"tttx-
|
|
1005
|
-
"tttx-
|
|
1004
|
+
"tttx-action-dropdown_1_9_46": TttxActionDropdown_1_9_46;
|
|
1005
|
+
"tttx-button_1_9_46": TttxButton_1_9_46;
|
|
1006
|
+
"tttx-checkbox-group-caption_1_9_46": TttxCheckboxGroupCaption_1_9_46;
|
|
1007
|
+
"tttx-checkbox-group-heading_1_9_46": TttxCheckboxGroupHeading_1_9_46;
|
|
1008
|
+
"tttx-checkbox-group_1_9_46": TttxCheckboxGroup_1_9_46;
|
|
1009
|
+
"tttx-checkbox_1_9_46": TttxCheckbox_1_9_46;
|
|
1010
|
+
"tttx-comments_1_9_46": TttxComments_1_9_46;
|
|
1011
|
+
"tttx-data-pattern_1_9_46": TttxDataPattern_1_9_46;
|
|
1012
|
+
"tttx-datacard_1_9_46": TttxDatacard_1_9_46;
|
|
1013
|
+
"tttx-dialog-box_1_9_46": TttxDialogBox_1_9_46;
|
|
1014
|
+
"tttx-dialog_1_9_46": TttxDialog_1_9_46;
|
|
1015
|
+
"tttx-expander_1_9_46": TttxExpander_1_9_46;
|
|
1016
|
+
"tttx-filter_1_9_46": TttxFilter_1_9_46;
|
|
1017
|
+
"tttx-form_1_9_46": TttxForm_1_9_46;
|
|
1018
|
+
"tttx-graph_1_9_46": TttxGraph_1_9_46;
|
|
1019
|
+
"tttx-icon_1_9_46": TttxIcon_1_9_46;
|
|
1020
|
+
"tttx-keyvalue-block_1_9_46": TttxKeyvalueBlock_1_9_46;
|
|
1021
|
+
"tttx-list_1_9_46": TttxList_1_9_46;
|
|
1022
|
+
"tttx-loading-spinner_1_9_46": TttxLoadingSpinner_1_9_46;
|
|
1023
|
+
"tttx-multiselect-box_1_9_46": TttxMultiselectBox_1_9_46;
|
|
1024
|
+
"tttx-percentage-bar_1_9_46": TttxPercentageBar_1_9_46;
|
|
1025
|
+
"tttx-qrcode_1_9_46": TttxQrcode_1_9_46;
|
|
1026
|
+
"tttx-select-box_1_9_46": TttxSelectBox_1_9_46;
|
|
1027
|
+
"tttx-skeleton_loader_1_9_46": TttxSkeleton_loader_1_9_46;
|
|
1028
|
+
"tttx-sorter_1_9_46": TttxSorter_1_9_46;
|
|
1029
|
+
"tttx-standalone-input_1_9_46": TttxStandaloneInput_1_9_46;
|
|
1030
|
+
"tttx-table_1_9_46": TttxTable_1_9_46;
|
|
1031
|
+
"tttx-tabs_1_9_46": TttxTabs_1_9_46;
|
|
1032
|
+
"tttx-tag_1_9_46": TttxTag_1_9_46;
|
|
1033
|
+
"tttx-textarea_1_9_46": TttxTextarea_1_9_46;
|
|
1034
|
+
"tttx-toggle_1_9_46": TttxToggle_1_9_46;
|
|
1035
|
+
"tttx-toolbar_1_9_46": TttxToolbar_1_9_46;
|
|
1036
|
+
"tttx-tree-view_1_9_46": TttxTreeView_1_9_46;
|
|
1006
1037
|
}
|
|
1007
1038
|
}
|
|
1008
1039
|
export { LocalJSX as JSX };
|
|
1009
1040
|
declare module "@stencil/core" {
|
|
1010
1041
|
export namespace JSX {
|
|
1011
1042
|
interface IntrinsicElements {
|
|
1012
|
-
"tttx-
|
|
1013
|
-
"tttx-
|
|
1014
|
-
"tttx-checkbox-group-
|
|
1015
|
-
"tttx-checkbox-
|
|
1016
|
-
"tttx-
|
|
1017
|
-
"tttx-
|
|
1018
|
-
"tttx-
|
|
1019
|
-
"tttx-
|
|
1020
|
-
"tttx-
|
|
1021
|
-
"tttx-
|
|
1022
|
-
"tttx-
|
|
1023
|
-
"tttx-
|
|
1024
|
-
"tttx-
|
|
1025
|
-
"tttx-
|
|
1026
|
-
"tttx-
|
|
1027
|
-
"tttx-
|
|
1028
|
-
"tttx-
|
|
1029
|
-
"tttx-
|
|
1030
|
-
"tttx-
|
|
1031
|
-
"tttx-
|
|
1032
|
-
"tttx-
|
|
1033
|
-
"tttx-
|
|
1034
|
-
"tttx-
|
|
1035
|
-
"tttx-
|
|
1036
|
-
"tttx-
|
|
1037
|
-
"tttx-
|
|
1038
|
-
"tttx-
|
|
1039
|
-
"tttx-
|
|
1040
|
-
"tttx-
|
|
1041
|
-
"tttx-
|
|
1042
|
-
"tttx-
|
|
1043
|
-
"tttx-
|
|
1043
|
+
"tttx-action-dropdown_1_9_46": LocalJSX.TttxActionDropdown_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxActionDropdown_1_9_46Element>;
|
|
1044
|
+
"tttx-button_1_9_46": LocalJSX.TttxButton_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxButton_1_9_46Element>;
|
|
1045
|
+
"tttx-checkbox-group-caption_1_9_46": LocalJSX.TttxCheckboxGroupCaption_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupCaption_1_9_46Element>;
|
|
1046
|
+
"tttx-checkbox-group-heading_1_9_46": LocalJSX.TttxCheckboxGroupHeading_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroupHeading_1_9_46Element>;
|
|
1047
|
+
"tttx-checkbox-group_1_9_46": LocalJSX.TttxCheckboxGroup_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxCheckboxGroup_1_9_46Element>;
|
|
1048
|
+
"tttx-checkbox_1_9_46": LocalJSX.TttxCheckbox_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxCheckbox_1_9_46Element>;
|
|
1049
|
+
"tttx-comments_1_9_46": LocalJSX.TttxComments_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxComments_1_9_46Element>;
|
|
1050
|
+
"tttx-data-pattern_1_9_46": LocalJSX.TttxDataPattern_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxDataPattern_1_9_46Element>;
|
|
1051
|
+
"tttx-datacard_1_9_46": LocalJSX.TttxDatacard_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxDatacard_1_9_46Element>;
|
|
1052
|
+
"tttx-dialog-box_1_9_46": LocalJSX.TttxDialogBox_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxDialogBox_1_9_46Element>;
|
|
1053
|
+
"tttx-dialog_1_9_46": LocalJSX.TttxDialog_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxDialog_1_9_46Element>;
|
|
1054
|
+
"tttx-expander_1_9_46": LocalJSX.TttxExpander_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxExpander_1_9_46Element>;
|
|
1055
|
+
"tttx-filter_1_9_46": LocalJSX.TttxFilter_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxFilter_1_9_46Element>;
|
|
1056
|
+
"tttx-form_1_9_46": LocalJSX.TttxForm_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxForm_1_9_46Element>;
|
|
1057
|
+
"tttx-graph_1_9_46": LocalJSX.TttxGraph_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxGraph_1_9_46Element>;
|
|
1058
|
+
"tttx-icon_1_9_46": LocalJSX.TttxIcon_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxIcon_1_9_46Element>;
|
|
1059
|
+
"tttx-keyvalue-block_1_9_46": LocalJSX.TttxKeyvalueBlock_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlock_1_9_46Element>;
|
|
1060
|
+
"tttx-list_1_9_46": LocalJSX.TttxList_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxList_1_9_46Element>;
|
|
1061
|
+
"tttx-loading-spinner_1_9_46": LocalJSX.TttxLoadingSpinner_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinner_1_9_46Element>;
|
|
1062
|
+
"tttx-multiselect-box_1_9_46": LocalJSX.TttxMultiselectBox_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxMultiselectBox_1_9_46Element>;
|
|
1063
|
+
"tttx-percentage-bar_1_9_46": LocalJSX.TttxPercentageBar_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxPercentageBar_1_9_46Element>;
|
|
1064
|
+
"tttx-qrcode_1_9_46": LocalJSX.TttxQrcode_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxQrcode_1_9_46Element>;
|
|
1065
|
+
"tttx-select-box_1_9_46": LocalJSX.TttxSelectBox_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxSelectBox_1_9_46Element>;
|
|
1066
|
+
"tttx-skeleton_loader_1_9_46": LocalJSX.TttxSkeleton_loader_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxSkeleton_loader_1_9_46Element>;
|
|
1067
|
+
"tttx-sorter_1_9_46": LocalJSX.TttxSorter_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxSorter_1_9_46Element>;
|
|
1068
|
+
"tttx-standalone-input_1_9_46": LocalJSX.TttxStandaloneInput_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxStandaloneInput_1_9_46Element>;
|
|
1069
|
+
"tttx-table_1_9_46": LocalJSX.TttxTable_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxTable_1_9_46Element>;
|
|
1070
|
+
"tttx-tabs_1_9_46": LocalJSX.TttxTabs_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxTabs_1_9_46Element>;
|
|
1071
|
+
"tttx-tag_1_9_46": LocalJSX.TttxTag_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxTag_1_9_46Element>;
|
|
1072
|
+
"tttx-textarea_1_9_46": LocalJSX.TttxTextarea_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxTextarea_1_9_46Element>;
|
|
1073
|
+
"tttx-toggle_1_9_46": LocalJSX.TttxToggle_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxToggle_1_9_46Element>;
|
|
1074
|
+
"tttx-toolbar_1_9_46": LocalJSX.TttxToolbar_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxToolbar_1_9_46Element>;
|
|
1075
|
+
"tttx-tree-view_1_9_46": LocalJSX.TttxTreeView_1_9_46 & JSXBase.HTMLAttributes<HTMLTttxTreeView_1_9_46Element>;
|
|
1044
1076
|
}
|
|
1045
1077
|
}
|
|
1046
1078
|
}
|