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